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  
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.
LogPollable An interface for a client side proxy to implement so that a remote object can be polled for log messages.
NotificationProcessor Process notifications from the server.
 

Class Summary
ClientNode The client side representation of a remote node.
ClientServerLinkFactory  
ClientSessionImpl  
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  
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>  
SimpleNotificationProcessor Process notifications from the server.
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.