| Interface | Description |
|---|---|
| ClientInterfaceHandlerFactory<T> |
Implementations are able to create a handler for the client
side of method invocations.
|
| ClientInterfaceManager |
Dispatches methods to the correct handlers.
|
| ClientInterfaceManagerFactory |
Client side class for creating
ClientInterfaceManagers. |
| ClientInterfaceManagerFactory.Prepared | |
| 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.
|
| HandlerFactoryProvider |
Something that is able to provide the
ClientInterfaceHandlerFactorys that the client
will use to handle communication between client and
server. |
| LogPollable |
An interface for a client side proxy to implement so that a
remote object can be polled for log messages.
|
| Class | Description |
|---|---|
| ClientDestroyed | |
| ClientInterfaceManagerFactoryBuilder |
Client side utility class for creating an
ClientInterfaceManagerFactory. |
| 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.
|
| DirectInvocationBean |
Arooa configuration bean for creating a
DirectInvocationClientFactory. |
| DirectInvocationClientFactory<T> |
A
ClientInterfaceHandlerFactory that creates a client handler
that passes all method invocations straight to the MBean. |
| HandlerFactoryBean |
A
HandlerFactoryProvider to be used in a configuration file. |
| HandlerVersion |
Encapsulate a handler version.
|
| MethodOperation<T> |
A
RemoteOperation created based on a Method. |
| NodeCreationFailed |
Used as a stand in node when the client proxy can't be created.
|
| RemoteLogPoller |
A LogArchiver which maintains it's log archives by polling a JMX MBean for
log information.
|
| ResolverHelper |
TODO remove.
|
| ResourceFactoryProvider |
An
HandlerFactoryProvider that provides actions from
any number of XML Configurations found on the class path. |
| ServerView |
A wrapper for the server main bean.
|
| SimpleHandlerResolver<T> |
A simple ClientHandlerResolver.
|
| Synchronizer<T> |
Synchronises asynchronous notifications with a synchronous class to
get initial state.
|
| URLFactoryProvider |
An
HandlerFactoryProvider that loads HandlerFactoryProviders
from XML configuration found at the given URLs. |
| UsernamePassword |
Classes for the JMX client side.