Uses of Interface
org.jboss.remoting.transport.ClientInvoker

Packages that use ClientInvoker
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 ClientInvoker in org.jboss.remoting
 

Classes in org.jboss.remoting that implement ClientInvoker
 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.
 

Methods in org.jboss.remoting that return ClientInvoker
static ClientInvoker[] InvokerRegistry.getClientInvokers()
          return an array of ClientInvokers that are connected
static ClientInvoker InvokerRegistry.createClientInvoker(InvokerLocator locator)
          create a ClientInvoker instance, using the specific InvokerLocator, which is just a client-side invoker to a remote server
 ClientInvoker InvokerLocator.narrow()
          narrow this invoker to a specific RemoteClientInvoker instance
protected  ClientInvoker ClientInvokerAdapter.getClientInvoker(InvokerLocator locator)
           
 ClientInvoker Client.getInvoker()
           
 

Methods in org.jboss.remoting with parameters of type ClientInvoker
 void Client.setInvoker(ClientInvoker invoker)
           
 

Constructors in org.jboss.remoting with parameters of type ClientInvoker
Client(ClassLoader cl, ClientInvoker invoker, String subsystem)
           
 

Uses of ClientInvoker in org.jboss.remoting.transport.http
 

Classes in org.jboss.remoting.transport.http that implement ClientInvoker
 class HTTPClientInvoker
           
 

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

Classes in org.jboss.remoting.transport.local that implement ClientInvoker
 class LocalClientInvoker
          LocalClientInvoker does not use any transport protocol for invoking the ServerInvoker, instead will make call directly on it locally.
 

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

Classes in org.jboss.remoting.transport.rmi that implement ClientInvoker
 class RMIClientInvoker
          RMIClientInvoker
 

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

Classes in org.jboss.remoting.transport.socket that implement ClientInvoker
 class SocketClientInvoker
          SocketClientInvoker uses Sockets to remotely connect to the a remote ServerInvoker, which must be a SocketServerInvoker.
 



Copyright © 2004 JBoss Inc. All Rights Reserved.