Package org.clazzes.remoting

Interface Summary
Broadcastable An interface for contexts, which accept broadcast calls.
CallbackInvocationContext An invocation context, which allows callbacks to the originating invoker.
Destroyable An interface for beans, which need a cleanup code.
Initializable An interface for beans, which need initialization after setting some properties.
InvocationContext The context under which a call is invoked.
InvocationHandler An invocation handler, which is registered under a subsystem name at a server.
InvocationTarget This interface is implemented by servers, which are target for invocation calls.
OneWayHandler A handler for oneway invocations which is registered under a subsystem name at a client.
RemoteInvoker An invoker for remote methods.
 

Class Summary
RemoteInvocation The very bare and simple remote invocation DTO.
SocketParameters Common parameters for server and client.
 

Exception Summary
FlatRemoteException This exception is used in order to serialize an exception not otherwise serializable.
InvalidTargetException This exception is thrown when an invalid subsystem name or callback UID is specified.
RemoteInvocationFailureException This exception is thrown whenever a remote invocation fails due to an invalid command being received on the wire.
 



Copyright © 2010. All Rights Reserved.