Uses of Interface
org.jboss.remoting.Invoker

Packages that use Invoker
org.jboss.remoting   
org.jboss.remoting.transport   
org.jboss.remoting.transport.async   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.mock   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.soap.axis   
org.jboss.remoting.transport.socket   
 

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 ClientInvoker
          ClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
 class RemoteClientInvoker
          RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting 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.async
 

Classes in org.jboss.remoting.transport.async that implement Invoker
 class AsyncClientInvoker
          AsyncClientInvoker uses sockets to remotely connect to the a remote AsyncServerInvoker.
 class AsyncServerInvoker
          AsyncServerInvoker allows the remoting system to start up the server side of the 'async' 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.mock
 

Classes in org.jboss.remoting.transport.mock that implement Invoker
 class MockClientInvoker
          MockClientInvoker
 class MockServerInvoker
          MockServerInvoker
 

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.soap.axis
 

Classes in org.jboss.remoting.transport.soap.axis that implement Invoker
 class SOAPClientInvoker
          SOAPClientInvoker is the client side invoker to a remote SOAP transport
 class SOAPServerInvoker
          SOAPServerInvoker is the Server-side of a SOAP transport
 

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
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.