|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServerInvocationHandler in org.jboss.remoting |
Methods in org.jboss.remoting that return ServerInvocationHandler | |
ServerInvocationHandler[] |
ServerInvoker.getInvocationHandlers()
return an array of the server invocation handlers |
ServerInvocationHandler |
ServerInvoker.addInvocationHandler(java.lang.String subsystem,
ServerInvocationHandler handler)
add a server invocation handler for a particular subsystem. |
ServerInvocationHandler |
ServerInvoker.removeInvocationHandler(java.lang.String subsystem)
remove a subsystem invocation handler |
ServerInvocationHandler |
ServerInvoker.getInvocationHandler(java.lang.String subsystem)
get a ServerInvocationHandler for a given subsystem type |
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. |
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.detection |
Classes in org.jboss.remoting.samples.detection 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 |
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.getInvocationHandlers()
Will get array of all the handlers registered with the connector's server invoker. |
ServerInvocationHandler |
Connector.addInvocationHandler(java.lang.String subsystem,
javax.management.ObjectName handlerObjectName)
Adds a handler to the connector via OjbectName. |
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. |
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.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 |