OptimizedLocalAdapter MBean

Partial ObjectName:
WebSphere:*,type=OptimizedLocalAdapter


MBean OptimizedLocalAdapter

Utility to monitor the optimized local adapter.


Operation Summary

com.ibm.websphere.ola.OLARGEListsearchRGEs(com.ibm.websphere.ola.OLASearchObject searchObject)
           Searches the Optimized Local Adapter registration pool for specific registration entries's.
com.ibm.websphere.ola.OLARGEListgetRegistrations()
           Get a list of all registrations for this server (RGEs)
com.ibm.websphere.ola.OLARGEListgetRegistrations(java.lang.String server)
           Get a list of all registrations for a server (RGEs)
com.ibm.websphere.ola.OLARGEListgetRegistrationsForDaemonGroup()
           Get a list of all registrations for this daemon group
com.ibm.websphere.ola.OLARGEListgetRegisteredServers()
           Get a list of all registered servers
com.ibm.websphere.ola.OLAStatusInformationgetStatus()
           Returns status information for this daemon group, generated from the shared memory control block header

Operation Detail

searchRGEs

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.

Parameters:

     searchObject - The RGE search object

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getRegistrations

public com.ibm.websphere.ola.OLARGEList getRegistrations()

     Get a list of all registrations for this server (RGEs)

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getRegistrations

public com.ibm.websphere.ola.OLARGEList getRegistrations(java.lang.String server)

     Get a list of all registrations for a server (RGEs)

Parameters:

     server - The short name of the server

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getRegistrationsForDaemonGroup

public com.ibm.websphere.ola.OLARGEList getRegistrationsForDaemonGroup()

     Get a list of all registrations for this daemon group

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getRegisteredServers

public com.ibm.websphere.ola.OLARGEList getRegisteredServers()

     Get a list of all registered servers

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getStatus

public com.ibm.websphere.ola.OLAStatusInformation getStatus()

     Returns status information for this daemon group, generated from the shared memory control block header

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


Copyright IBM Corporation 2002, 2012