com.splunk
Class OutputServerAllConnections

java.lang.Object
  extended by com.splunk.Resource
      extended by com.splunk.Entity
          extended by com.splunk.OutputServerAllConnections
All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.Object>

public class OutputServerAllConnections
extends Entity

The OutputServerAllConnections class represents all the connections of an output server.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class com.splunk.Resource
actions, path, service, title
 
Method Summary
 java.lang.String getDestHost()
          Returns the destination host name for this connection.
 java.lang.String getDestIp()
          Returns the IP address of the destination host for this connection.
 int getDestPort()
          Return the destination port for this connection.
 int getSourcePort()
          Returns the source port for this connection.
 java.lang.String getStatus()
          Returns the status of this connection.
 
Methods inherited from class com.splunk.Entity
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, keySet, put, putAll, refresh, reload, remove, remove, size, update, validate, values
 
Methods inherited from class com.splunk.Resource
getActions, getName, getPath, getService, getTitle, invalidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

getDestHost

public java.lang.String getDestHost()
Returns the destination host name for this connection.

Returns:
The destination host name.

getDestIp

public java.lang.String getDestIp()
Returns the IP address of the destination host for this connection.

Returns:
The IP address of the destination host.

getDestPort

public int getDestPort()
Return the destination port for this connection.

Returns:
The destination port.

getSourcePort

public int getSourcePort()
Returns the source port for this connection.

Returns:
The source port.

getStatus

public java.lang.String getStatus()
Returns the status of this connection.

Returns:
The status.