|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServerInvoker in org.jboss.remoting |
Methods in org.jboss.remoting that return ServerInvoker | |
static ServerInvoker[] |
InvokerRegistry.getServerInvokers()
return an array of ServerInvokers that are connected |
static ServerInvoker |
InvokerRegistry.createServerInvoker(InvokerLocator locator)
create a ServerInvoker instance, using the specific Invoker locator data and an implementation of the ServerInvocationHandler interface. |
static ServerInvoker |
InvokerRegistry.createServerInvoker(InvokerLocator locator,
Map configuration)
create a ServerInvoker instance, using the specific Invoker locator data and an implementation of the ServerInvocationHandler interface along with |
Methods in org.jboss.remoting with parameters of type ServerInvoker | |
void |
ServerInvocationHandler.setInvoker(ServerInvoker invoker)
set the invoker that owns this handler |
void |
ServerInterceptorChain.setInvoker(ServerInvoker serverInvoker)
The setInvoker method |
Constructors in org.jboss.remoting with parameters of type ServerInvoker | |
ServerInvokerCallbackHandler(InvocationRequest invocation,
InvokerLocator serverLocator,
ServerInvoker owner)
|
Uses of ServerInvoker in org.jboss.remoting.marshal |
Methods in org.jboss.remoting.marshal with parameters of type ServerInvoker | |
void |
MarshallerLoaderHandler.setInvoker(ServerInvoker invoker)
set the invoker that owns this handler |
Uses of ServerInvoker in org.jboss.remoting.transport |
Fields in org.jboss.remoting.transport declared as ServerInvoker | |
protected ServerInvoker |
Connector.invoker
|
Uses of ServerInvoker in org.jboss.remoting.transport.http |
Subclasses of ServerInvoker in org.jboss.remoting.transport.http | |
class |
HTTPServerInvoker
Server invoker implementation based on http protocol. |
Uses of ServerInvoker in org.jboss.remoting.transport.local |
Methods in org.jboss.remoting.transport.local with parameters of type ServerInvoker | |
void |
LocalClientInvoker.setServerInvoker(ServerInvoker svrInvoker)
This will set the local reference to the server invoker. |
Uses of ServerInvoker in org.jboss.remoting.transport.rmi |
Subclasses of ServerInvoker in org.jboss.remoting.transport.rmi | |
class |
RMIServerInvoker
RMIServerInvoker |
Uses of ServerInvoker in org.jboss.remoting.transport.socket |
Subclasses of ServerInvoker in org.jboss.remoting.transport.socket | |
class |
SocketServerInvoker
SocketServerInvoker is the server-side of a SOCKET based transport |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |