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

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

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

Fields in org.jboss.messaging.core.distributed declared as PeerIdentity
protected  PeerIdentity RemotePeerInfo.peerIdentity
           
protected  PeerIdentity RemotePeer.remotePeerIdentity
           
 

Methods in org.jboss.messaging.core.distributed that return PeerIdentity
 PeerIdentity RemotePeerInfo.getPeerIdentity()
           
 PeerIdentity RemotePeer.getPeerIdentity()
           
 PeerIdentity PeerSupport.getPeerIdentity()
           
 PeerIdentity PeerSupport.ping(PeerIdentity originator)
           
 PeerIdentity PeerFacade.ping(PeerIdentity originator)
           
 PeerIdentity Peer.getPeerIdentity()
           
 

Methods in org.jboss.messaging.core.distributed with parameters of type PeerIdentity
 RemotePeer ViewKeeperSupport.removeRemotePeer(PeerIdentity remotePeerIdentity)
           
 RemotePeer ViewKeeper.removeRemotePeer(PeerIdentity remotePeerIdentity)
          Remove any reference to the specified remote peer.
 void PeerSupport.exclude(PeerIdentity originator)
           
 PeerIdentity PeerSupport.ping(PeerIdentity originator)
           
 void PeerFacade.exclude(PeerIdentity originator)
          Method invocation received by all group peers when a peer wants to leave the group.
 PeerIdentity PeerFacade.ping(PeerIdentity originator)
           
 

Constructors in org.jboss.messaging.core.distributed with parameters of type PeerIdentity
RemotePeerInfo(PeerIdentity peerIdentity)
           
RemotePeer(PeerIdentity remotePeerIdentity)
           
 

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

Methods in org.jboss.messaging.core.distributed.queue with parameters of type PeerIdentity
 java.util.List QueuePeer.remoteBrowse(PeerIdentity originator, Filter filter)
           
 boolean QueuePeer.forward(PeerIdentity targetID)
           
 java.util.List QueueFacade.remoteBrowse(PeerIdentity originator, Filter filter)
           
 boolean QueueFacade.forward(PeerIdentity originator)
          TODO: experimental The originator requests the first undelivered message maintained by this queue peer to be forwared to it.
 

Constructors in org.jboss.messaging.core.distributed.queue with parameters of type PeerIdentity
RemoteQueue(PeerIdentity remotePeerIdentity, DistributedPipe p)
           
QueuePeerInfo(PeerIdentity peerIdentity, java.io.Serializable pipeID)
           
 

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

Methods in org.jboss.messaging.core.distributed.replicator with parameters of type PeerIdentity
 void AcknowledgmentCollector.acknowledge(PeerIdentity originator, java.io.Serializable messageID)
           
 void AcknowledgmentCollector.cancel(PeerIdentity originator, java.io.Serializable messageID)
           
 

Constructors in org.jboss.messaging.core.distributed.replicator with parameters of type PeerIdentity
ReplicatorPeerInfo(PeerIdentity peerIdentity)
           
ReplicatorOutputPeerInfo(PeerIdentity peerIdentity)
           
RemoteReplicatorOutput(PeerIdentity remotePeerIdentity)
           
RemoteReplicator(PeerIdentity remotePeerIdentity)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.