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

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

Classes in org.jboss.remoting.transport.async that implement ClientInvoker
 class AsyncClientInvoker
          AsyncClientInvoker uses sockets to remotely connect to the a remote AsyncServerInvoker.
 

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

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

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

Classes in org.jboss.remoting.transport.soap.axis that implement ClientInvoker
 class SOAPClientInvoker
          SOAPClientInvoker is the client side invoker to a remote SOAP transport
 

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 © 2002 JBoss Group, LLC. All Rights Reserved.