|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
void |
ServerInvocationHandler.setInvoker(ServerInvoker invoker)
set the invoker that owns this handler |
static void |
InvokerRegistry.destroyServerInvoker(ServerInvoker invoker)
|
Uses of ServerInvoker in org.jboss.remoting.callback |
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.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.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.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.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.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
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |