com.splunk
Class ServiceArgs

java.lang.Object
  extended by com.splunk.ServiceArgs

public class ServiceArgs
extends java.lang.Object

The ServiceArgs class contains a collection of arguments that are used to initialize a Splunk Service instance.


Field Summary
 java.lang.String app
          The application context of the service.
 java.lang.String host
          The host name of the service.
 java.lang.String owner
          The owner context of the service.
 java.lang.Integer port
          The port number of the service.
 java.lang.String scheme
          The scheme to use for accessing the service.
 java.lang.String token
          A Splunk authentication token to use for the session.
 
Constructor Summary
ServiceArgs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

app

public java.lang.String app
The application context of the service.


host

public java.lang.String host
The host name of the service.


owner

public java.lang.String owner
The owner context of the service.


port

public java.lang.Integer port
The port number of the service.


scheme

public java.lang.String scheme
The scheme to use for accessing the service.


token

public java.lang.String token
A Splunk authentication token to use for the session.

Constructor Detail

ServiceArgs

public ServiceArgs()