Package com.ibm.websphere.ola
Class OLARGEInformation
java.lang.Object
com.ibm.websphere.ola.OLARGEInformation
- All Implemented Interfaces:
Serializable
Object encapsulating the details of an Optimized Local Adapters registration
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOLARGEInformation(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. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEqualsIf this registration represents a client, returns the number of currently active connections.If this registration represents a client, returns the maximum number of connections in the connection pool.If this registration represents a client, returns the minimum number of connections in the connection pool.Returns the value of the eye catcher for this registrationIndicates that this registration is activeIndicates that this registration represents a WebSphere Application Server for z/OS daemon address space.Indicates that this registration represents a client registration.Indicates that this registration was created with security enabledIndicates that this registration represents a WebSphere Application Server for z/OS server address spaceIndicates that this registration was created with transactions enabledIndicates that this registration supports the propagation of the transaction ID from a CICS performance block into WebSphere.Returns the name of the job which created this registrationReturns the job number which created this registrationReturns the register name for this registrationReturns the number of bytes of memory used by the registration objectReturns the state of the registrationReturns the level of tracing used by this registrationIf this registration represents a WebSphere Application Server for z/OS server, returns the UUID for that server.Returns the version of the registrationReturns a list of objects representing the active connection handles for this registrationDisplays the RGE type.inthashCode()Hash codetoString()Formats all of the OLARGEInformation information to a human readable format.
-
Constructor Details
-
OLARGEInformation
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.- Parameters:
currentRGE- The RGE that the information will be copied from- Throws:
Exception
-
-
Method Details
-
get_argeEye
Returns the value of the eye catcher for this registration- Returns:
- the eye catcher as a string
-
get_argeVersion
Returns the version of the registration- Returns:
- the version number
-
get_argeSize
Returns the number of bytes of memory used by the registration object- Returns:
- the number of bytes of memory used by the registration object
-
get_argeFlagDaemon
Indicates that this registration represents a WebSphere Application Server for z/OS daemon address space.- Returns:
- true if a daemon
-
get_argeFlagServer
Indicates that this registration represents a WebSphere Application Server for z/OS server address space- Returns:
- true if a server
-
get_argeFlagExternalAddress
Indicates that this registration represents a client registration.- Returns:
- true if a client
-
get_argeFlagSecurity
Indicates that this registration was created with security enabled- Returns:
- true if security is enabled
-
get_argeFlagWLM
Indicates that this registration supports the propagation of the transaction ID from a CICS performance block into WebSphere.- Returns:
- true if transaction ID is propagated
-
get_argeFlagTransaction
Indicates that this registration was created with transactions enabled- Returns:
- true if transactions are enabled
-
get_argeFlagActive
Indicates that this registration is active- Returns:
- true if active
-
get_argeName
Returns the register name for this registration- Returns:
- the register name
-
get_argeJobName
Returns the name of the job which created this registration- Returns:
- the job name
-
get_argeJobNum
Returns the job number which created this registration- Returns:
- the job number
-
get_argeUUID
If this registration represents a WebSphere Application Server for z/OS server, returns the UUID for that server.- Returns:
- the UUID for a server, or null if this registration does not represent a server
-
get_argeConnectionsMin
If this registration represents a client, returns the minimum number of connections in the connection pool.- Returns:
- the minimum number of connections in the connection pool.
-
get_argeConnectionsMax
If this registration represents a client, returns the maximum number of connections in the connection pool.- Returns:
- the maximum number of connections in the connection pool.
-
get_argeActiveConnectionCount
If this registration represents a client, returns the number of currently active connections.- Returns:
- the number of active connections
-
get_argeTraceLevel
Returns the level of tracing used by this registration- Returns:
- the trace level
-
get_argeState
Returns the state of the registration- Returns:
- the state
-
getConnectionHandlesIterator
Returns a list of objects representing the active connection handles for this registration- Returns:
- A list of objects representing connection handles for this registration.
-
getTypeString
Displays the RGE type. Could be one of three: 'd' for daemon, 's' for server, or 'e' for external address space (client).- Returns:
- The RGE type, as a single character string
-
toString
Formats all of the OLARGEInformation information to a human readable format. -
hashCode
public int hashCode()Hash code -
equals
Equals
-