Uses of Class
org.jboss.remoting.AbstractInvoker

Packages that use AbstractInvoker
org.jboss.remoting   
org.jboss.remoting.transport.http   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.socket   
 

Uses of AbstractInvoker in org.jboss.remoting
 

Subclasses of AbstractInvoker in org.jboss.remoting
 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 AbstractInvoker in org.jboss.remoting.transport.http
 

Subclasses of AbstractInvoker in org.jboss.remoting.transport.http
 class HTTPClientInvoker
           
 class HTTPServerInvoker
          Server invoker implementation based on http protocol.
 

Uses of AbstractInvoker in org.jboss.remoting.transport.local
 

Subclasses of AbstractInvoker in org.jboss.remoting.transport.local
 class LocalClientInvoker
          LocalClientInvoker does not use any transport protocol for invoking the ServerInvoker, instead will make call directly on it locally.
 

Uses of AbstractInvoker in org.jboss.remoting.transport.rmi
 

Subclasses of AbstractInvoker in org.jboss.remoting.transport.rmi
 class RMIClientInvoker
          RMIClientInvoker
 class RMIServerInvoker
          RMIServerInvoker
 

Uses of AbstractInvoker in org.jboss.remoting.transport.socket
 

Subclasses of AbstractInvoker in org.jboss.remoting.transport.socket
 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 © 2004 JBoss Inc. All Rights Reserved.