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. |