Package com.ibm.websphere.ola
Class OLARGEList
java.lang.Object
com.ibm.websphere.ola.OLARGEList
- All Implemented Interfaces:
Serializable
A list of Optimized Local Adapter registrations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOLARGEList(LinkedList<OLARGEInformation> registrations, OLARGEInformation serverRegistration, String serverName) Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquality functionObtains the list of registrationsReturns the name of the server which owns the registrations returned in this list.Obtains the registration that represents the WebSphere Application Server which owns the registations returned in this list.inthashCode()Provides the hash code for this object
-
Constructor Details
-
OLARGEList
public OLARGEList(LinkedList<OLARGEInformation> registrations, OLARGEInformation serverRegistration, String serverName) Constructor
-
-
Method Details
-
get_serverRGE
Obtains the registration that represents the WebSphere Application Server which owns the registations returned in this list.- Returns:
- the server's registration object, or null if unavailable
-
get_serverName
Returns the name of the server which owns the registrations returned in this list.- Returns:
- the server name
-
get_registrations
Obtains the list of registrations- Returns:
- The list of registrations
-
hashCode
public int hashCode()Provides the hash code for this object -
equals
Equality function
-