Uses of Package
org.clazzes.remoting

Packages that use org.clazzes.remoting
org.clazzes.remoting   
org.clazzes.remoting.beans   
org.clazzes.remoting.client   
org.clazzes.remoting.loading   
org.clazzes.remoting.server   
 

Classes in org.clazzes.remoting used by org.clazzes.remoting
Broadcastable
          An interface for contexts, which accept broadcast calls.
InvocationContext
          The context under which a call is invoked.
InvocationHandler
          An invocation handler, which is registered under a subsystem name at a server.
OneWayHandler
          A handler for oneway invocations which is registered under a subsystem name at a client.
 

Classes in org.clazzes.remoting used by org.clazzes.remoting.beans
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.
RemoteInvocation
          The very bare and simple remote invocation DTO.
 

Classes in org.clazzes.remoting used by org.clazzes.remoting.client
InvocationContext
          The context under which a call is invoked.
InvocationHandler
          An invocation handler, which is registered under a subsystem name at a server.
OneWayHandler
          A handler for oneway invocations which is registered under a subsystem name at a client.
RemoteInvoker
          An invoker for remote methods.
SocketParameters
          Common parameters for server and client.
 

Classes in org.clazzes.remoting used by org.clazzes.remoting.loading
Destroyable
          An interface for beans, which need a cleanup code.
RemoteInvoker
          An invoker for remote methods.
 

Classes in org.clazzes.remoting used by org.clazzes.remoting.server
Broadcastable
          An interface for contexts, which accept broadcast calls.
CallbackInvocationContext
          An invocation context, which allows callbacks to the originating invoker.
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.
SocketParameters
          Common parameters for server and client.
 



Copyright © 2010. All Rights Reserved.