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 RemotePeer.remotePeerIdentity
           
protected  PeerIdentity RemotePeerInfo.peerIdentity
           
 

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

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
RemotePeer(PeerIdentity remotePeerIdentity)
           
RemotePeerInfo(PeerIdentity peerIdentity)
           
 

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
QueuePeerInfo(PeerIdentity peerIdentity, java.io.Serializable pipeID)
           
RemoteQueue(PeerIdentity remotePeerIdentity, DistributedPipe p)
           
 

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
RemoteReplicator(PeerIdentity remotePeerIdentity)
           
RemoteReplicatorOutput(PeerIdentity remotePeerIdentity)
           
ReplicatorOutputPeerInfo(PeerIdentity peerIdentity)
           
ReplicatorPeerInfo(PeerIdentity peerIdentity)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.