Uses of Class
org.jboss.remoting.InvocationRequest

Packages that use InvocationRequest
org.jboss.remoting   
org.jboss.remoting.marshal   
org.jboss.remoting.transport   
org.jboss.remoting.transport.local   
 

Uses of InvocationRequest in org.jboss.remoting
 

Subclasses of InvocationRequest in org.jboss.remoting
 class Callback
           
 class NullCallbackStore.FailedCallback
           
 

Methods in org.jboss.remoting with parameters of type InvocationRequest
static String ServerInvokerCallbackHandler.getId(InvocationRequest invocation)
          Returns an id that can be used to identify this particular callback handler, which should be representative of the client invoker it will make callbacks to.
 void ServerInvokerCallbackHandler.handleCallback(InvocationRequest callback)
          Will take the callback message and send back to client.
 Object ServerInvoker.invoke(InvocationRequest invocation)
          Processes invocation request depending on the invocation type (internal, name based, oneway, etc).
 Object ServerInvocationHandler.invoke(InvocationRequest invocation)
          called to handle a specific invocation.
 Object ServerInterceptorChain.invoke(InvocationRequest invocation)
          The invoke method
 Object ServerInterceptor.invoke(ServerInterceptorChain.InterceptorIterator iterator, InvocationRequest invocation)
           
 Object RemoteClientInvoker.invoke(InvocationRequest invocationReq)
          transport a request against a remote ServerInvoker
 void InvokerCallbackHandler.handleCallback(InvocationRequest invocation)
          Will take the callback message and send back to client.
 Object ClientInvokerAdapter.invoke(InvocationRequest invocation)
          The invoke method
 Object ClientInterceptor.invoke(InvocationRequest invocation)
          invoke the method remotely
 

Constructors in org.jboss.remoting with parameters of type InvocationRequest
ServerInvokerCallbackHandler(InvocationRequest invocation, InvokerLocator serverLocator, ServerInvoker owner)
           
ServerInterceptorChain.InterceptorIterator(Iterator iterator, InvocationRequest invocation)
           
 

Uses of InvocationRequest in org.jboss.remoting.marshal
 

Methods in org.jboss.remoting.marshal with parameters of type InvocationRequest
 Object MarshallerLoaderHandler.invoke(InvocationRequest invocation)
          called to handle a specific invocation.
 

Uses of InvocationRequest in org.jboss.remoting.transport
 

Methods in org.jboss.remoting.transport with parameters of type InvocationRequest
 Object ClientInvoker.invoke(InvocationRequest in)
          transport a request against a remote ServerInvoker
 

Uses of InvocationRequest in org.jboss.remoting.transport.local
 

Methods in org.jboss.remoting.transport.local with parameters of type InvocationRequest
 Object LocalClientInvoker.invoke(InvocationRequest invocation)
          transport a request against a remote ServerInvoker
 



Copyright © 2004 JBoss Inc. All Rights Reserved.