Uses of Interface
org.jboss.messaging.core.distributed.util.ServerFacade

Packages that use ServerFacade
org.jboss.messaging.core.distributed   
org.jboss.messaging.core.distributed.pipe   
org.jboss.messaging.core.distributed.queue   
org.jboss.messaging.core.distributed.replicator   
org.jboss.messaging.core.distributed.topic   
org.jboss.messaging.core.distributed.util   
 

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)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.