Package org.oddjob.jmx.general

Support for the JMXServiceJob which exposes the attributes and operations of MBeans to other jobs within Oddjob.

See:
          Description

Interface Summary
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 Summary
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.
SimpleDomainNode A simple implementation of a DomainNode.
SimpleMBeanNode A Simple implementation of an MBeanNode.
SimpleMBeanSession A simple implementation of an MBeanSession.
 

Package org.oddjob.jmx.general Description

Support for the JMXServiceJob which exposes the attributes and operations of MBeans to other jobs within Oddjob.