Uses of Class
org.jboss.messaging.core.distributed.DistributedException

Packages that use DistributedException
org.jboss.messaging.core.distributed   
org.jboss.messaging.core.distributed.queue   
org.jboss.messaging.core.distributed.replicator   
org.jboss.messaging.core.distributed.topic   
 

Uses of DistributedException in org.jboss.messaging.core.distributed
 

Methods in org.jboss.messaging.core.distributed that throw DistributedException
 void Peer.join()
          Connects the peer to the distributed destination.
 void Peer.leave()
          Stops the peer and disconnects it from the distributed destination.
 java.util.Set Peer.ping()
          Return a Set of PeerIdentity instances corresponding to peers that are part of the group, as a result of a dynamic query.
 void PeerSupport.join()
           
 void PeerSupport.leave()
           
 java.util.Set PeerSupport.ping()
           
protected abstract  void PeerSupport.doJoin()
           
protected abstract  void PeerSupport.doLeave()
           
 void Distributed.join()
          Connects this peer to the distributed destination.
 void Distributed.leave()
          Stops this peer and disconnects it from the distributed destination.
 void Distributed.close()
           
 

Uses of DistributedException in org.jboss.messaging.core.distributed.queue
 

Methods in org.jboss.messaging.core.distributed.queue that throw DistributedException
 void DistributedQueue.join()
           
 void DistributedQueue.leave()
           
protected  void QueuePeer.doJoin()
           
protected  void QueuePeer.doLeave()
           
 

Uses of DistributedException in org.jboss.messaging.core.distributed.replicator
 

Methods in org.jboss.messaging.core.distributed.replicator that throw DistributedException
 void ReplicatorOutput.close()
           
protected  void ReplicatorOutput.doJoin()
           
protected  void ReplicatorOutput.doLeave()
           
 void Replicator.close()
           
protected  void Replicator.doJoin()
           
protected  void Replicator.doLeave()
           
 void ReplicatorTopology.aquireInitialTopology(RpcDispatcher dispatcher)
           
 

Uses of DistributedException in org.jboss.messaging.core.distributed.topic
 

Methods in org.jboss.messaging.core.distributed.topic that throw DistributedException
 void DistributedTopic.join()
           
 void DistributedTopic.leave()
           
 void DistributedTopic.close()
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.