|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvocationRequest in org.jboss.remoting |
---|
Methods in org.jboss.remoting with parameters of type InvocationRequest | |
---|---|
protected java.lang.Object |
ServerInvoker.handleInternalInvocation(InternalInvocation param,
InvocationRequest invocation,
ServerInvocationHandler handler)
Handles both internal and external invocations (internal meaning only to be used within remoting and external for ones that go to handlers. |
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. |
java.lang.Object |
MicroRemoteClientInvoker.invoke(InvocationRequest invocationReq)
Transport a request against a remote ServerInvoker. |
ServerInvokerCallbackHandler |
ServerInvoker.removeCallbackHandler(InvocationRequest invocation)
|
void |
ServerInvoker.shutdownCallbackHandler(ServerInvokerCallbackHandler callbackHandler,
InvocationRequest 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.callback.statistics |
---|
Methods in org.jboss.remoting.samples.callback.statistics 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 |
ChatServer_Impl.invoke(InvocationRequest invocation)
|
java.lang.Object |
ChatManager.invoke(InvocationRequest invocation)
|
Uses of InvocationRequest in org.jboss.remoting.samples.config.factories |
---|
Methods in org.jboss.remoting.samples.config.factories with parameters of type InvocationRequest | |
---|---|
java.lang.Object |
FactoryConfigSample.SampleInvocationHandler.invoke(InvocationRequest invocation)
|
Uses of InvocationRequest in org.jboss.remoting.samples.detection.jndi |
---|
Methods in org.jboss.remoting.samples.detection.jndi 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.detection.multicast |
---|
Methods in org.jboss.remoting.samples.detection.multicast 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.handleStream(java.io.InputStream stream,
InvocationRequest param)
takes the incoming stream and writes out to a file specified by the other param specified. |
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 |
StreamInvocationHandler.handleStream(java.io.InputStream stream,
InvocationRequest param)
Will receive an input stream, which is actually a proxy back to the original stream on the client's vm. |
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.bisocket |
---|
Methods in org.jboss.remoting.transport.bisocket with parameters of type InvocationRequest | |
---|---|
protected java.lang.Object |
BisocketServerInvoker.handleInternalInvocation(InternalInvocation ii,
InvocationRequest ir,
ServerInvocationHandler handler)
|
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 that return InvocationRequest | |
---|---|
protected InvocationRequest |
LocalClientInvoker.marshallInvocation(InvocationRequest localInvocation)
|
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 |
protected InvocationRequest |
LocalClientInvoker.marshallInvocation(InvocationRequest localInvocation)
|
Uses of InvocationRequest in org.jboss.remoting.transport.web |
---|
Subclasses of InvocationRequest in org.jboss.remoting.transport.web | |
---|---|
protected static class |
WebServerInvoker.CreatedInvocationRequest
|
Methods in org.jboss.remoting.transport.web that return InvocationRequest | |
---|---|
protected InvocationRequest |
WebServerInvoker.createNewInvocationRequest(java.util.Map metadata,
java.lang.Object payload)
|
protected InvocationRequest |
WebServerInvoker.getInvocationRequest(java.util.Map metadata,
java.lang.Object obj)
|
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |