public class OLARGEList
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
OLARGEList(java.util.LinkedList<OLARGEInformation> registrations,
OLARGEInformation serverRegistration,
java.lang.String serverName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that)
Equality function
|
java.util.LinkedList<OLARGEInformation> |
get_registrations()
Obtains the list of registrations
|
java.lang.String |
get_serverName()
Returns the name of the server which owns the registrations returned in
this list.
|
OLARGEInformation |
get_serverRGE()
Obtains the registration that represents the WebSphere Application Server
which owns the registations returned in this list.
|
int |
hashCode()
Provides the hash code for this object
|
public OLARGEList(java.util.LinkedList<OLARGEInformation> registrations, OLARGEInformation serverRegistration, java.lang.String serverName)
public OLARGEInformation get_serverRGE()
public java.lang.String get_serverName()
public java.util.LinkedList<OLARGEInformation> get_registrations()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object