Uses of Interface
org.clazzes.remoting.InvocationContext

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

Uses of InvocationContext in org.clazzes.remoting
 

Subinterfaces of InvocationContext in org.clazzes.remoting
 interface CallbackInvocationContext
          An invocation context, which allows callbacks to the originating invoker.
 interface RemoteInvoker
          An invoker for remote methods.
 

Methods in org.clazzes.remoting with parameters of type InvocationContext
 void OneWayHandler.doOneWay(InvocationContext ctx, java.lang.Object arg, java.util.Map<java.lang.String,java.lang.Object> metadata)
          Handle a oneway invocation.
 java.lang.Object InvocationHandler.invoke(InvocationContext ctx, java.lang.Object arg, java.util.Map<java.lang.String,java.lang.Object> metadata)
           
 

Uses of InvocationContext in org.clazzes.remoting.beans
 

Methods in org.clazzes.remoting.beans with parameters of type InvocationContext
 java.lang.Object SessionContextInvocationHandler.invoke(InvocationContext ctx, java.lang.Object arg, java.util.Map<java.lang.String,java.lang.Object> metadata)
           
 java.lang.Object ReturnCallbackInvocationHandler.invoke(InvocationContext ctx, java.lang.Object arg, java.util.Map<java.lang.String,java.lang.Object> metadata)
           
 java.lang.Object BeanInvocationHandler.invoke(InvocationContext ctx, java.lang.Object arg, java.util.Map<java.lang.String,java.lang.Object> metadata)
           
 

Uses of InvocationContext in org.clazzes.remoting.client
 

Classes in org.clazzes.remoting.client that implement InvocationContext
 class Client
          A remote invocation client, which support callbacks over a single TCP/IP.
 

Uses of InvocationContext in org.clazzes.remoting.server
 

Classes in org.clazzes.remoting.server that implement InvocationContext
 class ServerConnectionHandler
          A runnable connection handler for a single server connection of a client.
 



Copyright © 2010. All Rights Reserved.