|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.splunk.ServiceArgs
public class ServiceArgs
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 |
---|
public java.lang.String app
public java.lang.String host
public java.lang.String owner
public java.lang.Integer port
public java.lang.String scheme
public java.lang.String token
Constructor Detail |
---|
public ServiceArgs()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |