GigaSpaces XAP 9.1 API

org.openspaces.admin.transport
Interface TransportDetails


public interface TransportDetails

Details (non changeable information) of a single transport.

Author:
kimchy

Method Summary
 String getBindHost()
          Returns the host name or address the communication layer bounded on.
 String getHostAddress()
          Returns the local host address of the transport.
 String getHostName()
          Returns the local host address of the transport.
 int getMaxThreads()
          Returns the maximum number of threads configured for the transport communication layer thread pool.
 int getMinThreads()
          Returns the minimum number of threads configured for the transport communication layer thread pool.
 int getPort()
          Returns the host name or address the communication layer bounded on.
 boolean isSslEnabled()
          Returns true if ssl is enabled for the transport.
 

Method Detail

getHostAddress

String getHostAddress()
Returns the local host address of the transport.

See Also:
InetAddress.getLocalHost(), InetAddress.getHostAddress()

getHostName

String getHostName()
Returns the local host address of the transport.

See Also:
InetAddress.getLocalHost(), InetAddress.getHostName()

getBindHost

String getBindHost()
Returns the host name or address the communication layer bounded on.


getPort

int getPort()
Returns the host name or address the communication layer bounded on.


getMinThreads

int getMinThreads()
Returns the minimum number of threads configured for the transport communication layer thread pool.


getMaxThreads

int getMaxThreads()
Returns the maximum number of threads configured for the transport communication layer thread pool.


isSslEnabled

boolean isSslEnabled()
Returns true if ssl is enabled for the transport.


GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.