Uses of Class
org.jboss.remoting.InvocationRequest

Packages that use InvocationRequest
org.jboss.remoting   
org.jboss.remoting.callback   
org.jboss.remoting.marshal   
org.jboss.remoting.samples.callback   
org.jboss.remoting.samples.chat.server   
org.jboss.remoting.samples.detection   
org.jboss.remoting.samples.http   
org.jboss.remoting.samples.multiplex.invoker   
org.jboss.remoting.samples.oneway   
org.jboss.remoting.samples.serialization   
org.jboss.remoting.samples.simple   
org.jboss.remoting.samples.stream   
org.jboss.remoting.stream   
org.jboss.remoting.transport   
org.jboss.remoting.transport.coyote   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.web   
org.jboss.remoting.transporter   
 

Uses of InvocationRequest in org.jboss.remoting
 

Methods in org.jboss.remoting with parameters of type InvocationRequest
 java.lang.Object RemoteClientInvoker.invoke(InvocationRequest invocationReq)
          transport a request against a remote ServerInvoker
 java.lang.Object ServerInvoker.invoke(InvocationRequest invocation)
          Processes invocation request depending on the invocation type (internal, name based, oneway, etc).
 java.lang.Object ServerInvocationHandler.invoke(InvocationRequest invocation)
          called to handle a specific invocation.
 

Uses of InvocationRequest in org.jboss.remoting.callback
 

Subclasses of InvocationRequest in org.jboss.remoting.callback
 class Callback
          This is the class to use for sending callback payloads from the server handler to the callback listener.
 class NullCallbackStore.FailedCallback
           
 

Methods in org.jboss.remoting.callback with parameters of type InvocationRequest
static java.lang.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.
 

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

Uses of InvocationRequest in org.jboss.remoting.marshal
 

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

Uses of InvocationRequest in org.jboss.remoting.samples.callback
 

Methods in org.jboss.remoting.samples.callback with parameters of type InvocationRequest
 java.lang.Object CallbackServer.SampleInvocationHandler.invoke(InvocationRequest invocation)
          called by the remoting server to handle the invocation from client.
 

Uses of InvocationRequest in org.jboss.remoting.samples.chat.server
 

Methods in org.jboss.remoting.samples.chat.server with parameters of type InvocationRequest
 java.lang.Object ChatManager.invoke(InvocationRequest invocation)
           
 java.lang.Object ChatServer_Impl.invoke(InvocationRequest invocation)
           
 

Uses of InvocationRequest in org.jboss.remoting.samples.detection
 

Methods in org.jboss.remoting.samples.detection with parameters of type InvocationRequest
 java.lang.Object SimpleDetectorServer.SampleInvocationHandler.invoke(InvocationRequest invocation)
          This is the method that is called when a new message comes in from a client.
 

Uses of InvocationRequest in org.jboss.remoting.samples.http
 

Methods in org.jboss.remoting.samples.http with parameters of type InvocationRequest
 java.lang.Object WebInvocationHandler.invoke(InvocationRequest invocation)
          called to handle a specific invocation
 

Uses of InvocationRequest in org.jboss.remoting.samples.multiplex.invoker
 

Methods in org.jboss.remoting.samples.multiplex.invoker with parameters of type InvocationRequest
 java.lang.Object MultiplexInvokerServer.SampleInvocationHandler.invoke(InvocationRequest invocation)
          called by the remoting server to handle the invocation from client.
 

Uses of InvocationRequest in org.jboss.remoting.samples.oneway
 

Methods in org.jboss.remoting.samples.oneway with parameters of type InvocationRequest
 java.lang.Object OnewayServer.SampleInvocationHandler.invoke(InvocationRequest invocation)
          called to handle a specific invocation
 

Uses of InvocationRequest in org.jboss.remoting.samples.serialization
 

Methods in org.jboss.remoting.samples.serialization with parameters of type InvocationRequest
 java.lang.Object SerializationServer.SampleInvocationHandler.invoke(InvocationRequest invocation)
          called to handle a specific invocation
 

Uses of InvocationRequest in org.jboss.remoting.samples.simple
 

Methods in org.jboss.remoting.samples.simple with parameters of type InvocationRequest
 java.lang.Object SimpleServer.SampleInvocationHandler.invoke(InvocationRequest invocation)
          called to handle a specific invocation
 

Uses of InvocationRequest in org.jboss.remoting.samples.stream
 

Methods in org.jboss.remoting.samples.stream with parameters of type InvocationRequest
 java.lang.Object StreamingServer.TestStreamInvocationHandler.invoke(InvocationRequest invocation)
          called to handle a specific invocation
 

Uses of InvocationRequest in org.jboss.remoting.stream
 

Methods in org.jboss.remoting.stream with parameters of type InvocationRequest
 java.lang.Object StreamServer.Handler.invoke(InvocationRequest invocation)
           
 

Uses of InvocationRequest in org.jboss.remoting.transport
 

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

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

Methods in org.jboss.remoting.transport.coyote that return InvocationRequest
protected  InvocationRequest CoyoteInvoker.createNewInvocationRequest(RequestMap requestMap, ResponseMap responseMap, java.lang.Object payload)
           
 

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

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

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

Methods in org.jboss.remoting.transport.web that return InvocationRequest
protected  InvocationRequest WebServerInvoker.getInvocationRequest(java.util.Map metadata, java.lang.Object obj)
           
protected  InvocationRequest WebServerInvoker.createNewInvocationRequest(java.util.Map metadata, java.lang.Object payload)
           
 

Uses of InvocationRequest in org.jboss.remoting.transporter
 

Methods in org.jboss.remoting.transporter with parameters of type InvocationRequest
 java.lang.Object TransporterHandler.invoke(InvocationRequest invocation)
          Takes the invocation request, which should have a internal parameter of NameBasedInvocation, and convert that to a method call on the target POJO (using reflection).
 



Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.