WebSphere:*,type=OptimizedLocalAdapter
MBean OptimizedLocalAdapter
Utility to monitor the optimized local adapter.
Operation Summary | |
---|---|
com.ibm.websphere.ola.OLARGEList | searchRGEs( Searches the Optimized Local Adapter registration pool for specific registration entries's. |
com.ibm.websphere.ola.OLARGEList | getRegistrations() Get a list of all registrations for this server (RGEs) |
com.ibm.websphere.ola.OLARGEList | getRegistrations( Get a list of all registrations for a server (RGEs) |
com.ibm.websphere.ola.OLARGEList | getRegistrationsForDaemonGroup() Get a list of all registrations for this daemon group |
com.ibm.websphere.ola.OLARGEList | getRegisteredServers() Get a list of all registered servers |
com.ibm.websphere.ola.OLAStatusInformation | getStatus() Returns status information for this daemon group, generated from the shared memory control block header |
Operation Detail |
---|
public com.ibm.websphere.ola.OLARGEList searchRGEs(
com.ibm.websphere.ola.OLASearchObject searchObject
)
Searches the Optimized Local Adapter registration pool for specific registration entries's. Returns an array of registration (RGE) representations.
searchObject
-
The RGE search object
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.ola.OLARGEList getRegistrations()
Get a list of all registrations for this server (RGEs)
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.ola.OLARGEList getRegistrations(
java.lang.String server
)
Get a list of all registrations for a server (RGEs)
server
-
The short name of the server
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.ola.OLARGEList getRegistrationsForDaemonGroup()
Get a list of all registrations for this daemon group
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.ola.OLARGEList getRegisteredServers()
Get a list of all registered servers
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.ola.OLAStatusInformation getStatus()
Returns status information for this daemon group, generated from the shared memory control block header
administrator
operator
configurator
monitor
deployer
adminsecuritymanager