Package org.oddjob.jmx

Classes for comunicating with remote instance of Oddjob using JMX.

See:
          Description

Interface Summary
ObjectNames  
RemoteDirectory Extends the idea of a BeanDirectory to also include a server identifier.
RemoteDirectoryOwner  
RemoteOddjobBean A RemoteOddjobBean defines an interface a client can use to get information about the bean and request a resync.
 

Class Summary
JMXClientJob  
JMXServerJob  
RemoteOperation<T> A Base class that encapsulates the idea of an Operation that can be invoked locally or remotely.
RemoteRegistryCrawler  
ServerStrategy Used to alter behaviour between having a remote connector and using the Platform MBean Server.
SharedConstants Constants shared between client and server.
Utils Utilities mainly for method argument manipulation during remote jmx calls.
VanillaInterfaceHandler<T>  
 

Exception Summary
MethodInvocationException  
 

Package org.oddjob.jmx Description

Classes for comunicating with remote instance of Oddjob using JMX.