Uses of Class
org.jboss.remoting.ServerInvoker

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

Methods in org.jboss.remoting that return ServerInvoker
static ServerInvoker[] InvokerRegistry.getServerInvokers()
          return an array of ServerInvokers that are connected
static ServerInvoker InvokerRegistry.createServerInvoker(InvokerLocator locator)
          create a ServerInvoker instance, using the specific Invoker locator data and an implementation of the ServerInvocationHandler interface
 

Methods in org.jboss.remoting with parameters of type ServerInvoker
 void ServerInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 void ServerInterceptorChain.setInvoker(ServerInvoker serverInvoker)
          The setInvoker method
 

Uses of ServerInvoker in org.jboss.remoting.transport
 

Fields in org.jboss.remoting.transport declared as ServerInvoker
protected  ServerInvoker Connector.invoker
           
 

Uses of ServerInvoker in org.jboss.remoting.transport.async
 

Subclasses of ServerInvoker in org.jboss.remoting.transport.async
 class AsyncServerInvoker
          AsyncServerInvoker allows the remoting system to start up the server side of the 'async' protocol.
 

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

Methods in org.jboss.remoting.transport.local with parameters of type ServerInvoker
 void LocalClientInvoker.setServerInvoker(ServerInvoker svrInvoker)
          This will set the local reference to the server invoker.
 

Uses of ServerInvoker in org.jboss.remoting.transport.mock
 

Subclasses of ServerInvoker in org.jboss.remoting.transport.mock
 class MockServerInvoker
          MockServerInvoker
 

Methods in org.jboss.remoting.transport.mock with parameters of type ServerInvoker
 void MockServerInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.rmi
 class RMIServerInvoker
          RMIServerInvoker
 

Uses of ServerInvoker in org.jboss.remoting.transport.soap.axis
 

Subclasses of ServerInvoker in org.jboss.remoting.transport.soap.axis
 class SOAPServerInvoker
          SOAPServerInvoker is the Server-side of a SOAP transport
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.socket
 class SocketServerInvoker
          SocketServerInvoker is the server-side of a SOCKET based transport
 



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