See: Description
| Interface | Description |
|---|---|
| DomainNode |
Marker interface for an Object that represents a JMX domain.
|
| MBeanCache |
Something capable of creating and caching
MBeanNodes. |
| MBeanNode |
Marker interface for the wrapper around an MBean.
|
| MBeanSession |
Provide useful things for classes implements the JMXService.
|
| Class | Description |
|---|---|
| CompositeDataDynaBean |
Wrapper for
CompositeData so it can be accessed with
BeanUtils simple property expressions. |
| MBeanCacheMap |
A Simple Map based implementation of a
MBeanCache. |
| MBeanDirectory |
An implementation of an
BeanDirectory for accessing
MBeanNodes. |
| MBeanDirectoryPathParser |
Parses an MBean property expression into the object name and the
attribute name and possibly further properties of the attribute.
|
| RemoteBridge |
Bridge between the Oddjob Generic Remote API and JMX remoting.
|
| SimpleDomainNode |
A simple implementation of a
DomainNode. |
| SimpleMBeanNode |
A Simple implementation of an
MBeanNode. |
| SimpleMBeanSession |
A simple implementation of an
MBeanSession. |
Support for the JMXServiceJob which exposes the attributes and operations of MBeans to other jobs within Oddjob.