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

Packages that use ClientInvoker
org.jboss.remoting   
org.jboss.remoting.transport.http   
org.jboss.remoting.transport.http.ssl   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.multiplex   
org.jboss.remoting.transport.multiplex.ssl   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.socket   
org.jboss.remoting.transport.socket.ssl   
 

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
 ClientInvoker InvokerLocator.narrow()
          narrow this invoker to a specific RemoteClientInvoker instance
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.
static ClientInvoker InvokerRegistry.createClientInvoker(InvokerLocator locator, java.util.Map configuration)
          create a ClientInvoker instance, using the specific InvokerLocator, which is just a client-side invoker to a remote server
 ClientInvoker Client.getInvoker()
          Get the client invoker (transport implementation).
 

Methods in org.jboss.remoting with parameters of type ClientInvoker
static boolean ConnectionValidator.checkConnection(ClientInvoker clientInvoker)
           
 void Client.setInvoker(ClientInvoker invoker)
          Set the client invoker (transport implementation)
 

Constructors in org.jboss.remoting with parameters of type ClientInvoker
Client(java.lang.ClassLoader cl, ClientInvoker invoker, java.lang.String subsystem)
          Deprecated. This constructor should not be used any more as will no longer take into account the classloader specified as a parameter.
 

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

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

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

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

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.multiplex
 

Classes in org.jboss.remoting.transport.multiplex that implement ClientInvoker
 class MultiplexClientInvoker
          See javadoc for MultiplexServerInvoker.
 

Uses of ClientInvoker in org.jboss.remoting.transport.multiplex.ssl
 

Classes in org.jboss.remoting.transport.multiplex.ssl that implement ClientInvoker
 class SSLMultiplexClientInvoker
          A SSLMultiplexClientInvoker.
 

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.
 

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

Classes in org.jboss.remoting.transport.socket.ssl that implement ClientInvoker
 class SSLSocketClientInvoker
           
 



Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.