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
)
searchObject
-
The RGE search object
public com.ibm.websphere.ola.OLARGEList getRegistrations()
public com.ibm.websphere.ola.OLARGEList getRegistrations(java.lang.String server
)
server
-
The short name of the server
public com.ibm.websphere.ola.OLARGEList getRegistrationsForDaemonGroup()
public com.ibm.websphere.ola.OLARGEList getRegisteredServers()
public com.ibm.websphere.ola.OLAStatusInformation getStatus()