|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServerInvocationHandler in org.jboss.remoting |
---|
Fields in org.jboss.remoting declared as ServerInvocationHandler | |
---|---|
protected ServerInvocationHandler |
ServerInvoker.singleHandler
|
Methods in org.jboss.remoting that return ServerInvocationHandler | |
---|---|
ServerInvocationHandler |
ServerInvoker.addInvocationHandler(java.lang.String subsystem,
ServerInvocationHandler handler)
Add a server invocation handler for a particular subsystem. |
protected ServerInvocationHandler |
ServerInvoker.findInvocationHandler(java.lang.String subsystem)
|
ServerInvocationHandler |
ServerInvoker.getInvocationHandler(java.lang.String subsystem)
Get a ServerInvocationHandler for a given subsystem type. |
ServerInvocationHandler[] |
ServerInvoker.getInvocationHandlers()
|
ServerInvocationHandler |
ServerInvoker.removeInvocationHandler(java.lang.String subsystem)
Remove a subsystem invocation handler. |
Methods in org.jboss.remoting with parameters of type ServerInvocationHandler | |
---|---|
ServerInvocationHandler |
ServerInvoker.addInvocationHandler(java.lang.String subsystem,
ServerInvocationHandler handler)
Add a server invocation handler for a particular subsystem. |
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. |
Uses of ServerInvocationHandler in org.jboss.remoting.marshal |
---|
Classes in org.jboss.remoting.marshal that implement ServerInvocationHandler | |
---|---|
class |
MarshallerLoaderHandler
The invocation handler that receives requests for getting marshallers/unmarshallers and loading of these and any related classes to remoting client. |
Uses of ServerInvocationHandler in org.jboss.remoting.samples.callback |
---|
Classes in org.jboss.remoting.samples.callback that implement ServerInvocationHandler | |
---|---|
static class |
CallbackServer.SampleInvocationHandler
Simple invocation handler implementation. |
Uses of ServerInvocationHandler in org.jboss.remoting.samples.chat.server |
---|
Classes in org.jboss.remoting.samples.chat.server that implement ServerInvocationHandler | |
---|---|
class |
ChatManager
|
class |
ChatServer_Impl
Title: Chat4 |
Uses of ServerInvocationHandler in org.jboss.remoting.samples.config.factories |
---|
Classes in org.jboss.remoting.samples.config.factories that implement ServerInvocationHandler | |
---|---|
static class |
FactoryConfigSample.SampleInvocationHandler
|
Uses of ServerInvocationHandler in org.jboss.remoting.samples.detection.jndi |
---|
Classes in org.jboss.remoting.samples.detection.jndi that implement ServerInvocationHandler | |
---|---|
static class |
SimpleDetectorServer.SampleInvocationHandler
Simple invocation handler implementation. |
Uses of ServerInvocationHandler in org.jboss.remoting.samples.http |
---|
Classes in org.jboss.remoting.samples.http that implement ServerInvocationHandler | |
---|---|
class |
WebInvocationHandler
Remoting handler implementation for http invocations to show how to return different data to client. |
Uses of ServerInvocationHandler in org.jboss.remoting.samples.multiplex.invoker |
---|
Classes in org.jboss.remoting.samples.multiplex.invoker that implement ServerInvocationHandler | |
---|---|
static class |
MultiplexInvokerServer.SampleInvocationHandler
Simple invocation handler implementation. |
Uses of ServerInvocationHandler in org.jboss.remoting.samples.oneway |
---|
Classes in org.jboss.remoting.samples.oneway that implement ServerInvocationHandler | |
---|---|
static class |
OnewayServer.SampleInvocationHandler
Simple invocation handler implementation. |
Uses of ServerInvocationHandler in org.jboss.remoting.samples.serialization |
---|
Classes in org.jboss.remoting.samples.serialization that implement ServerInvocationHandler | |
---|---|
static class |
SerializationServer.SampleInvocationHandler
Simple invocation handler implementation. |
Uses of ServerInvocationHandler in org.jboss.remoting.samples.simple |
---|
Classes in org.jboss.remoting.samples.simple that implement ServerInvocationHandler | |
---|---|
static class |
SimpleServer.SampleInvocationHandler
Simple invocation handler implementation. |
Uses of ServerInvocationHandler in org.jboss.remoting.samples.stream |
---|
Classes in org.jboss.remoting.samples.stream that implement ServerInvocationHandler | |
---|---|
static class |
StreamingServer.TestStreamInvocationHandler
Simple invocation handler implementation. |
Uses of ServerInvocationHandler in org.jboss.remoting.stream |
---|
Subinterfaces of ServerInvocationHandler in org.jboss.remoting.stream | |
---|---|
interface |
StreamInvocationHandler
This interface is intended for those handlers that expect to receive calls from clients where a InputStream will be passed. |
Classes in org.jboss.remoting.stream that implement ServerInvocationHandler | |
---|---|
class |
StreamServer.Handler
Handler for accepting method calls on the input stream and perform the coresponding method call on the original input stream and returning the data. |
Uses of ServerInvocationHandler in org.jboss.remoting.transport |
---|
Methods in org.jboss.remoting.transport that return ServerInvocationHandler | |
---|---|
ServerInvocationHandler |
ConnectorMBean.addInvocationHandler(java.lang.String subsystem,
javax.management.ObjectName handlerObjectName)
Adds a handler to the connector via OjbectName. |
ServerInvocationHandler |
Connector.addInvocationHandler(java.lang.String subsystem,
javax.management.ObjectName handlerObjectName)
Adds a handler to the connector via OjbectName. |
ServerInvocationHandler |
ConnectorMBean.addInvocationHandler(java.lang.String subsystem,
ServerInvocationHandler handler)
Adds an invocation handler for the named subsystem to the invoker we manage, and sets the mbean server on the invocation handler. |
ServerInvocationHandler |
Connector.addInvocationHandler(java.lang.String subsystem,
ServerInvocationHandler handler)
Adds an invocation handler for the named subsystem to the invoker we manage, and sets the mbean server on the invocation handler. |
ServerInvocationHandler[] |
Connector.getInvocationHandlers()
Will get array of all the handlers registered with the connector's server invoker. |
Methods in org.jboss.remoting.transport with parameters of type ServerInvocationHandler | |
---|---|
ServerInvocationHandler |
ConnectorMBean.addInvocationHandler(java.lang.String subsystem,
ServerInvocationHandler handler)
Adds an invocation handler for the named subsystem to the invoker we manage, and sets the mbean server on the invocation handler. |
ServerInvocationHandler |
Connector.addInvocationHandler(java.lang.String subsystem,
ServerInvocationHandler handler)
Adds an invocation handler for the named subsystem to the invoker we manage, and sets the mbean server on the invocation handler. |
Uses of ServerInvocationHandler in org.jboss.remoting.transport.bisocket |
---|
Methods in org.jboss.remoting.transport.bisocket with parameters of type ServerInvocationHandler | |
---|---|
protected java.lang.Object |
BisocketServerInvoker.handleInternalInvocation(InternalInvocation ii,
InvocationRequest ir,
ServerInvocationHandler handler)
|
Uses of ServerInvocationHandler in org.jboss.remoting.transporter |
---|
Classes in org.jboss.remoting.transporter that implement ServerInvocationHandler | |
---|---|
class |
TransporterHandler
Simple handler that uses reflection to make calls on target POJO (as supplied in the constructor) when receive invocation requests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |