Package org.oddjob.jmx.client

Classes for the JMX client side.

See:
          Description

Interface Summary
ClientHandlerResolver<T> Able to create a ClientInterfaceHandlerFactory.
ClientInterfaceHandlerFactory<T> Implementations are able to create a handler for the client side of method invocations.
ClientInterfaceManager Dispatches methods to the correct handlers.
ClientSession A facility shared by all client side handlers.
ClientSideToolkit Provide tools to ClientInterfaceHandlerFactory to allow the handler of method invocations to do it's job.
Destroyable Something that can be destroyed.
LogPollable An interface for a client side proxy to implement so that a remote object can be polled for log messages.
 

Class Summary
ClientDestroyed  
ClientNode The client side representation of a remote node.
ClientSessionImpl Simple implementation of a ClientSession
ComponentTransportable This object represents a component as it travels across the network between client and server.
DirectInvocationClientFactory<T> A ClientInterfaceHandlerFactory that creates a client handler that passes all method invocations straight to the MBean.
HandlerVersion Encapsulate a handler version.
MethodOperation A RemoteOperation created based on a Method.
RemoteLogPoller A LogArchiver which maintains it's log archives by polling a JMX MBean for log information.
ResolverHelper Helps the client dealing with a lot of ClientHandlerResolvers.
ServerView A wrapper for the server main bean.
SimpleHandlerResolver<T> A simple ClientHandlerResolver.
Synchronizer Synchronises asynchronous notifications with a synchronous class to get initial state.
UsernamePassword  
VanillaHandlerResolver<T>  
 

Package org.oddjob.jmx.client Description

Classes for the JMX client side.