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.callback.statistics   
org.jboss.remoting.samples.chat.server   
org.jboss.remoting.samples.config.factories   
org.jboss.remoting.samples.detection.jndi   
org.jboss.remoting.samples.detection.multicast   
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.bisocket   
org.jboss.remoting.transport.coyote   
org.jboss.remoting.transport.http   
org.jboss.remoting.transport.http.ssl   
org.jboss.remoting.transport.https   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.multiplex   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.servlet   
org.jboss.remoting.transport.socket   
org.jboss.remoting.transport.sslbisocket   
org.jboss.remoting.transport.sslmultiplex   
org.jboss.remoting.transport.sslrmi   
org.jboss.remoting.transport.sslservlet   
org.jboss.remoting.transport.sslsocket   
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.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
static ServerInvoker[] InvokerRegistry.getServerInvokers()
          return an array of ServerInvokers that are connected
 

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 DefaultCallbackErrorHandler.setServerInvoker(ServerInvoker serverInvoker)
           
 void CallbackErrorHandler.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.callback.statistics
 

Methods in org.jboss.remoting.samples.callback.statistics with parameters of type ServerInvoker
 void CallbackServer.SampleInvocationHandler.setInvoker(ServerInvoker invoker)
           
 

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

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

Uses of ServerInvoker in org.jboss.remoting.samples.config.factories
 

Methods in org.jboss.remoting.samples.config.factories with parameters of type ServerInvoker
 void FactoryConfigSample.SampleInvocationHandler.setInvoker(ServerInvoker invoker)
           
 

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

Methods in org.jboss.remoting.samples.detection.jndi 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.detection.multicast
 

Methods in org.jboss.remoting.samples.detection.multicast 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 ServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 ServerInvoker Connector.getServerInvoker()
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.bisocket
 class BisocketServerInvoker
           
 

Methods in org.jboss.remoting.transport.bisocket that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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
          Deprecated. This class has been replaced by org.jboss.remoting.transport.coyote.CoyoteInvoker, which is used as the default server invoker for the http and https transport on the server side. This class will be removed from remoting distribution in a future release.
 

Methods in org.jboss.remoting.transport.http that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.http.ssl
 class HTTPSServerInvoker
          Deprecated. This class has been replaced by org.jboss.remoting.transport.coyote.CoyoteInvoker, which is used as the default server invoker for the http and https transport on the server side. This class will be removed from remoting distribution in a future release.
 

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

Methods in org.jboss.remoting.transport.https that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.local
 class LocalServerInvoker
           
 

Methods in org.jboss.remoting.transport.local that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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
          MultiplexServerInvoker is the server side of the Multiplex transport.
 

Methods in org.jboss.remoting.transport.multiplex that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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

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

Methods in org.jboss.remoting.transport.rmi that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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.
 

Methods in org.jboss.remoting.transport.servlet that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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
 

Methods in org.jboss.remoting.transport.socket that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

Methods in org.jboss.remoting.transport.socket with parameters of type ServerInvoker
protected  java.lang.Object ServerThread.versionedRead(java.io.InputStream inputStream, ServerInvoker invoker, java.lang.ClassLoader classLoader, int version)
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.sslbisocket
 class SSLBisocketServerInvoker
           
 

Methods in org.jboss.remoting.transport.sslbisocket that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.sslmultiplex
 class SSLMultiplexServerInvoker
          SSLMultiplexServerInvoker is the server side of the sslmultiplex transport.
 

Methods in org.jboss.remoting.transport.sslmultiplex that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.sslrmi
 class SSLRMIServerInvoker
           
 

Methods in org.jboss.remoting.transport.sslrmi that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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

Methods in org.jboss.remoting.transport.sslservlet that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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

Subclasses of ServerInvoker in org.jboss.remoting.transport.sslsocket
 class SSLSocketServerInvoker
           
 

Methods in org.jboss.remoting.transport.sslsocket that return ServerInvoker
 ServerInvoker TransportServerFactory.createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 

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.