|
Class Summary |
| AbstractClient |
This Abstract class must be extended by All Adaptor Clients
This class abstracts the common behaviour of Adaptor Clients such as RMI,IIOP and HTTP |
| AbstractJMXConnector |
This Class is an abstract implementation for connectors which are
based on the ClassLoader framework to connect to different JMX Implementations. |
| ClientFactory |
This Factory class is used to create Adaptor Clients such as RMI,IIOP and HTTP |
| HeartBeatEvent |
The heart beat event will be triggered by the connector clients
(RMIClient, CorbaClient, HttpClient) if the relevant connector present in the
JMX server is down |
| JarLoader |
A simple class loader capable of loading from
local jar files. |
| JMXConverter |
This class is used to convert jmx classes in one classloader
to the corresponding classes in the classloader which loaded this class. |
| ProxyMBeanServer |
|