Uses of Class
org.jboss.remoting.ServerInvoker

Packages that use ServerInvoker
org.jboss.remoting   
org.jboss.remoting.callback   
org.jboss.remoting.marshal   
org.jboss.remoting.samples.callback   
org.jboss.remoting.samples.chat.server   
org.jboss.remoting.samples.detection   
org.jboss.remoting.samples.http   
org.jboss.remoting.samples.multiplex.invoker   
org.jboss.remoting.samples.oneway   
org.jboss.remoting.samples.serialization   
org.jboss.remoting.samples.simple   
org.jboss.remoting.samples.stream   
org.jboss.remoting.stream   
org.jboss.remoting.transport   
org.jboss.remoting.transport.coyote   
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.servlet   
org.jboss.remoting.transport.socket   
org.jboss.remoting.transport.socket.ssl   
org.jboss.remoting.transport.web   
org.jboss.remoting.transporter   
 

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.
static ServerInvoker InvokerRegistry.createServerInvoker(InvokerLocator locator, java.util.Map configuration)
          create a ServerInvoker instance, using the specific Invoker locator data and an implementation of the ServerInvocationHandler interface along with
 

Methods in org.jboss.remoting with parameters of type ServerInvoker
static void InvokerRegistry.destroyServerInvoker(ServerInvoker invoker)
           
 void ServerInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

Uses of ServerInvoker in org.jboss.remoting.callback
 

Methods in org.jboss.remoting.callback with parameters of type ServerInvoker
 void CallbackErrorHandler.setServerInvoker(ServerInvoker owner)
           
 void DefaultCallbackErrorHandler.setServerInvoker(ServerInvoker owner)
           
 

Constructors in org.jboss.remoting.callback with parameters of type ServerInvoker
ServerInvokerCallbackHandler(InvocationRequest invocation, InvokerLocator serverLocator, ServerInvoker owner)
           
 

Uses of ServerInvoker in org.jboss.remoting.marshal
 

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

Uses of ServerInvoker in org.jboss.remoting.samples.callback
 

Methods in org.jboss.remoting.samples.callback with parameters of type ServerInvoker
 void CallbackServer.SampleInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

Uses of ServerInvoker in org.jboss.remoting.samples.chat.server
 

Methods in org.jboss.remoting.samples.chat.server with parameters of type ServerInvoker
 void ChatManager.setInvoker(ServerInvoker invoker)
           
 void ChatServer_Impl.setInvoker(ServerInvoker invoker)
           
 

Uses of ServerInvoker in org.jboss.remoting.samples.detection
 

Methods in org.jboss.remoting.samples.detection with parameters of type ServerInvoker
 void SimpleDetectorServer.SampleInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

Uses of ServerInvoker in org.jboss.remoting.samples.http
 

Methods in org.jboss.remoting.samples.http with parameters of type ServerInvoker
 void WebInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

Uses of ServerInvoker in org.jboss.remoting.samples.multiplex.invoker
 

Methods in org.jboss.remoting.samples.multiplex.invoker with parameters of type ServerInvoker
 void MultiplexInvokerServer.SampleInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

Uses of ServerInvoker in org.jboss.remoting.samples.oneway
 

Methods in org.jboss.remoting.samples.oneway with parameters of type ServerInvoker
 void OnewayServer.SampleInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

Uses of ServerInvoker in org.jboss.remoting.samples.serialization
 

Methods in org.jboss.remoting.samples.serialization with parameters of type ServerInvoker
 void SerializationServer.SampleInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

Uses of ServerInvoker in org.jboss.remoting.samples.simple
 

Methods in org.jboss.remoting.samples.simple with parameters of type ServerInvoker
 void SimpleServer.SampleInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

Uses of ServerInvoker in org.jboss.remoting.samples.stream
 

Methods in org.jboss.remoting.samples.stream with parameters of type ServerInvoker
 void StreamingServer.TestStreamInvocationHandler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

Uses of ServerInvoker in org.jboss.remoting.stream
 

Methods in org.jboss.remoting.stream with parameters of type ServerInvoker
 void StreamServer.Handler.setInvoker(ServerInvoker invoker)
          set the invoker that owns this handler
 

Uses of ServerInvoker in org.jboss.remoting.transport
 

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

Methods in org.jboss.remoting.transport that return ServerInvoker
 ServerInvoker Connector.getServerInvoker()
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.coyote
 class CoyoteInvoker
          Some of the code in this class was pulled from org.apache.coyote.tomcat4.CoyoteAdapter and hence will maintain the Apache License (and author credit from original source).
 

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

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

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.http.ssl
 class HTTPSServerInvoker
          Extension of the HTTPserverInvoker which uses a custom server socket which is created using custom server socket factory that can support SSL.
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.multiplex
 class MultiplexServerInvoker
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.multiplex.ssl
 class SSLMultiplexServerInvoker
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.servlet
 class ServletServerInvoker
          The servlet based server invoker that receives the original http request from the ServerInvokerServlet.
 

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
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.socket.ssl
 class SSLSocketServerInvoker
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.web
 class WebServerInvoker
           
 

Uses of ServerInvoker in org.jboss.remoting.transporter
 

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



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