public class OLARGEInformation
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
OLARGEInformation(OLARGE currentRGE)
Constructor that takes a OLARGE object as a parameter,
and sets all of the attributes of the current OLARGEInformation object
with the same attributes of the passed in RGE.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object thatObject)
Equals
|
java.lang.Long |
get_argeActiveConnectionCount()
If this registration represents a client, returns the number of currently
active connections.
|
java.lang.Integer |
get_argeConnectionsMax()
If this registration represents a client, returns the maximum number of
connections in the connection pool.
|
java.lang.Integer |
get_argeConnectionsMin()
If this registration represents a client, returns the minimum number of
connections in the connection pool.
|
java.lang.String |
get_argeEye()
Returns the value of the eye catcher for this registration
|
java.lang.Boolean |
get_argeFlagActive()
Indicates that this registration is active
|
java.lang.Boolean |
get_argeFlagDaemon()
Indicates that this registration represents a WebSphere Application
Server for z/OS daemon address space.
|
java.lang.Boolean |
get_argeFlagExternalAddress()
Indicates that this registration represents a client registration.
|
java.lang.Boolean |
get_argeFlagSecurity()
Indicates that this registration was created with security enabled
|
java.lang.Boolean |
get_argeFlagServer()
Indicates that this registration represents a WebSphere Application
Server for z/OS server address space
|
java.lang.Boolean |
get_argeFlagTransaction()
Indicates that this registration was created with transactions enabled
|
java.lang.Boolean |
get_argeFlagWLM()
Indicates that this registration supports the propagation of the
transaction ID from a CICS performance block into WebSphere.
|
java.lang.String |
get_argeJobName()
Returns the name of the job which created this registration
|
java.lang.Integer |
get_argeJobNum()
Returns the job number which created this registration
|
java.lang.String |
get_argeName()
Returns the register name for this registration
|
java.lang.Integer |
get_argeSize()
Returns the number of bytes of memory used by the registration object
|
java.lang.Long |
get_argeState()
Returns the state of the registration
|
java.lang.Integer |
get_argeTraceLevel()
Returns the level of tracing used by this registration
|
java.lang.String |
get_argeUUID()
If this registration represents a WebSphere Application Server for z/OS
server, returns the UUID for that server.
|
java.lang.Short |
get_argeVersion()
Returns the version of the registration
|
java.util.Iterator<OLAConnectionHandle> |
getConnectionHandlesIterator()
Returns a list of objects representing the active connection
handles for this registration
|
java.lang.String |
getTypeString()
Displays the RGE type.
|
int |
hashCode()
Hash code
|
java.lang.String |
toString()
Formats all of the OLARGEInformation information to a human readable format.
|
public OLARGEInformation(OLARGE currentRGE) throws java.lang.Exception
currentRGE
- The RGE that the information will be copied fromjava.lang.Exception
public java.lang.String get_argeEye()
public java.lang.Short get_argeVersion()
public java.lang.Integer get_argeSize()
public java.lang.Boolean get_argeFlagDaemon()
public java.lang.Boolean get_argeFlagServer()
public java.lang.Boolean get_argeFlagExternalAddress()
public java.lang.Boolean get_argeFlagSecurity()
public java.lang.Boolean get_argeFlagWLM()
public java.lang.Boolean get_argeFlagTransaction()
public java.lang.Boolean get_argeFlagActive()
public java.lang.String get_argeName()
public java.lang.String get_argeJobName()
public java.lang.Integer get_argeJobNum()
public java.lang.String get_argeUUID()
public java.lang.Integer get_argeConnectionsMin()
public java.lang.Integer get_argeConnectionsMax()
public java.lang.Long get_argeActiveConnectionCount()
public java.lang.Integer get_argeTraceLevel()
public java.lang.Long get_argeState()
public java.util.Iterator<OLAConnectionHandle> getConnectionHandlesIterator()
public java.lang.String getTypeString()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object thatObject)
equals
in class java.lang.Object