IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

com.ibm.websphere.objectgrid
Class HostPortConnectionAttributes

java.lang.Object
  extended by com.ibm.websphere.objectgrid.HostPortConnectionAttributes

Deprecated. The static deployment topology is deprecated in version 7.0. Use the dynamic deployment topology.

public class HostPortConnectionAttributes
extends Object

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.

Since:
WAS XD 6.0.1
See Also:
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

host

public final String host
Deprecated. 
The host name provided in the constructor.


port

public final String port
Deprecated. 
The string representation of a port number provided in the constructor.

Constructor Detail

HostPortConnectionAttributes

public HostPortConnectionAttributes(String host,
                                    String port)
Deprecated. 
Constructs a new HostPortConnectionAttributes object with the specified host name and port number.

Parameters:
host - the host name
port - the string representation of a port number

IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.