|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.objectgrid.HostPortConnectionAttributes
public class HostPortConnectionAttributes
A HostPortConnectionAttributes
object represents a host name and port number
pairing. This pairing is used to identify the specific port(s) to attempt to connect to
when using the ObjectGridManager.connect(String, HostPortConnectionAttributes[], ClientSecurityConfiguration, URL)
method.
ObjectGridManager.connect(String, HostPortConnectionAttributes[], ClientSecurityConfiguration, URL)
Field Summary | |
---|---|
String |
host
Deprecated. The host name provided in the constructor. |
String |
port
Deprecated. The string representation of a port number provided in the constructor. |
Constructor Summary | |
---|---|
HostPortConnectionAttributes(String host,
String port)
Deprecated. Constructs a new HostPortConnectionAttributes object with the specified host name and port number. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String host
public final String port
Constructor Detail |
---|
public HostPortConnectionAttributes(String host, String port)
host
- the host nameport
- the string representation of a port number
|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |