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

Packages that use RemotePeer
org.jboss.messaging.core.distributed   
org.jboss.messaging.core.distributed.queue   
org.jboss.messaging.core.distributed.replicator   
 

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

Methods in org.jboss.messaging.core.distributed that return RemotePeer
 RemotePeer ViewKeeperSupport.removeRemotePeer(PeerIdentity remotePeerIdentity)
           
 RemotePeer ViewKeeper.removeRemotePeer(PeerIdentity remotePeerIdentity)
          Remove any reference to the specified remote peer.
protected abstract  RemotePeer PeerSupport.createRemotePeer(RemotePeerInfo newRemotePeerInfo)
          Create a local representation of a remote peer.
 

Methods in org.jboss.messaging.core.distributed with parameters of type RemotePeer
 void ViewKeeperSupport.addRemotePeer(RemotePeer remotePeer)
           
 void ViewKeeper.addRemotePeer(RemotePeer remotePeer)
           
 

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

Subclasses of RemotePeer in org.jboss.messaging.core.distributed.queue
 class RemoteQueue
          A representative of a distributed queue peer.
 

Methods in org.jboss.messaging.core.distributed.queue that return RemotePeer
protected  RemotePeer QueuePeer.createRemotePeer(RemotePeerInfo thatPeerInfo)
           
 

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

Subclasses of RemotePeer in org.jboss.messaging.core.distributed.replicator
 class RemoteReplicator
          A representative of a remote replicator peer.
 class RemoteReplicatorOutput
          A representative of a remote replicator output peer.
 



Copyright © 2006 JBoss Inc. All Rights Reserved.