|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServerFacade in org.jboss.messaging.core.distributed |
Subinterfaces of ServerFacade in org.jboss.messaging.core.distributed | |
interface |
PeerFacade
Exposes methods to be invoked remotely by queue peers. |
Classes in org.jboss.messaging.core.distributed that implement ServerFacade | |
class |
PeerSupport
The class that mediates the access of a distributed destination instance to the group. |
Uses of ServerFacade in org.jboss.messaging.core.distributed.pipe |
Subinterfaces of ServerFacade in org.jboss.messaging.core.distributed.pipe | |
interface |
PipeOutputFacade
Exposes methods to be invoked remotely by the pipe input. |
Classes in org.jboss.messaging.core.distributed.pipe that implement ServerFacade | |
class |
DistributedPipeOutput
The "receiving end" of a distributed pipe. |
Uses of ServerFacade in org.jboss.messaging.core.distributed.queue |
Subinterfaces of ServerFacade in org.jboss.messaging.core.distributed.queue | |
interface |
QueueFacade
Exposes methods to be invoked remotely by queue peers. |
Classes in org.jboss.messaging.core.distributed.queue that implement ServerFacade | |
class |
QueuePeer
The class that mediates the access of a distributed queue instance to the group. |
Uses of ServerFacade in org.jboss.messaging.core.distributed.replicator |
Classes in org.jboss.messaging.core.distributed.replicator that implement ServerFacade | |
class |
Replicator
A Replicator is a distributed receiver that replicates synchronously or asynchronously a message to multiple receivers living in different address spaces. |
class |
ReplicatorOutput
A Replicator is a distributed receiver that replicates synchronously or asynchronously a message to multiple receivers living in different address spaces. |
(package private) class |
org.jboss.messaging.core.distributed.replicator.ReplicatorPeer
|
Uses of ServerFacade in org.jboss.messaging.core.distributed.topic |
Subinterfaces of ServerFacade in org.jboss.messaging.core.distributed.topic | |
interface |
TopicFacade
Exposes methods to be invoked remotely by topic peers. |
Uses of ServerFacade in org.jboss.messaging.core.distributed.util |
Methods in org.jboss.messaging.core.distributed.util with parameters of type ServerFacade | |
boolean |
RpcServer.register(java.io.Serializable category,
ServerFacade subordinate)
Registers a server delegate object with the RpcServer, under the specified category. |
boolean |
RpcServer.registerUnique(java.io.Serializable category,
ServerFacade subordinate)
Registers a unique server delegate object with the RpcServer, under the specified category. |
boolean |
RpcServer.unregister(java.io.Serializable category,
ServerFacade subordinate)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |