|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ServerInvocationHandlerWrapper.setInvoker(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 |
CallbackErrorHandlerWrapper.setServerInvoker(ServerInvoker owner)
|
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 |
---|
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.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
Deprecated. As of release 2.4.0 the multiplex transport will no longer be actively supported. |
Methods in org.jboss.remoting.transport.multiplex that return ServerInvoker | |
---|---|
ServerInvoker |
TransportServerFactory.createServerInvoker(InvokerLocator locator,
java.util.Map config)
Deprecated. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |