Interface | Description |
---|---|
AdminClient |
The
AdminClientImpl is a concrete Java class to provide the client side APIs to the remote AdminService. |
AdminConstants |
AdminConstants holds many of the public constant strings needed by various
other admin APIs.
|
AdminService |
The AdminService is the server-side interface to the WebSphere v5.0 administration
functions.
|
JMXManageable |
The JMXManageable interface is a marker interface that a CustomService implementation
may choose to implement in order to indicate that it can be managed as a JMX MBean.
|
MBeanFactory |
The MBeanFactory creates and registers the MBeans that are the management interfaces
for the runtime components in the server.
|
ObjectNameProperties |
This interface contains the definitions of key property names used by
WebSphere in the key property list for JMX ObjectNames.
|
TimeOutConstants |
Class | Description |
---|---|
AdminClientFactory |
The
AdminClientFactory allows you to create a concrete AdminClient
based on the properties provided; keys for the properties are in the AdminClient class. |
AdminServiceFactory |
This class serves as the Factory for the AdminService instance
in each JVM.
|
JMXManageableSupport |
The JMXManageableSupport class provides default implementation of JMXManageable
interface that a CustomService implementation may choose to implement in order
to indicate that it can be managed as a JMX MBean.
|
NotificationConstants |
Useful constants for applications which listen to notifications emitted from
MBeans.
|
ObjectNameHelper |
This is a helper class to extract various property values from a
javax.managment.ObjectName
|
RuntimeCollaborator |
A class to setup the managed resource object of a ModelMBean.
|
Session |
Session.java - represents the current session of RemoteAdminService
|