|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Invoker in org.jboss.remoting |
Classes in org.jboss.remoting that implement Invoker | |
class |
AbstractInvoker
AbstractInvoker is an abstract handler part that contains common methods between both client and server. |
class |
RemoteClientInvoker
RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result. |
class |
ServerInvoker
ServerInvoker is the server-side part of a remote Invoker. |
Uses of Invoker in org.jboss.remoting.transport |
Subinterfaces of Invoker in org.jboss.remoting.transport | |
interface |
ClientInvoker
Interface to be used for calling on all the different invoker types (LocalClientInvoker and RemoteClientInvoker). |
Uses of Invoker in org.jboss.remoting.transport.http |
Classes in org.jboss.remoting.transport.http that implement Invoker | |
class |
HTTPClientInvoker
|
class |
HTTPServerInvoker
Server invoker implementation based on http protocol. |
Uses of Invoker in org.jboss.remoting.transport.local |
Classes in org.jboss.remoting.transport.local that implement Invoker | |
class |
LocalClientInvoker
LocalClientInvoker does not use any transport protocol for invoking the ServerInvoker, instead will make call directly on it locally. |
Uses of Invoker in org.jboss.remoting.transport.rmi |
Classes in org.jboss.remoting.transport.rmi that implement Invoker | |
class |
RMIClientInvoker
RMIClientInvoker |
class |
RMIServerInvoker
RMIServerInvoker |
Uses of Invoker in org.jboss.remoting.transport.socket |
Classes in org.jboss.remoting.transport.socket that implement Invoker | |
class |
SocketClientInvoker
SocketClientInvoker uses Sockets to remotely connect to the a remote ServerInvoker, which must be a SocketServerInvoker. |
class |
SocketServerInvoker
SocketServerInvoker is the server-side of a SOCKET based transport |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |