com.sun.n1.sps.model.util
Interface RoxAddress


public interface RoxAddress

This class represents the internal network address of an SPS application instance. The internal address is a combination of IP address and port number.


Method Summary
 int getIPAddress()
          Returns the IP address as an integer.
 int getPort()
          Returns the port as an integer.
 java.lang.String ipString()
          Returns the IP address string as '%d.%d.%d.%d'.
 

Method Detail

ipString

java.lang.String ipString()
Returns the IP address string as '%d.%d.%d.%d'.

Returns:
The IP address string in the '%d.%d.%d.%d' format.

getPort

int getPort()
Returns the port as an integer.

Returns:
The port as an integer.

getIPAddress

int getIPAddress()
Returns the IP address as an integer.

Returns:
the IP address as an integer.