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

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

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

Methods in org.jboss.messaging.core.distributed that return RemotePeerInfo
 RemotePeerInfo PeerSupport.include(RemotePeerInfo newPeerInfo)
           
protected abstract  RemotePeerInfo PeerSupport.getRemotePeerInfo()
          Create a representation of myself to be returned to other peers that need this information.
 RemotePeerInfo PeerFacade.include(RemotePeerInfo newPeerInfo)
          Method invocation received by all group peers when a new peer wants to join the group.
 

Methods in org.jboss.messaging.core.distributed with parameters of type RemotePeerInfo
 RemotePeerInfo PeerSupport.include(RemotePeerInfo newPeerInfo)
           
protected abstract  RemotePeer PeerSupport.createRemotePeer(RemotePeerInfo newRemotePeerInfo)
          Create a local representation of a remote peer.
 RemotePeerInfo PeerFacade.include(RemotePeerInfo newPeerInfo)
          Method invocation received by all group peers when a new peer wants to join the group.
 

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

Subclasses of RemotePeerInfo in org.jboss.messaging.core.distributed.queue
 class QueuePeerInfo
           
 

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

Methods in org.jboss.messaging.core.distributed.queue with parameters of type RemotePeerInfo
protected  RemotePeer QueuePeer.createRemotePeer(RemotePeerInfo thatPeerInfo)
           
 

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

Subclasses of RemotePeerInfo in org.jboss.messaging.core.distributed.replicator
 class ReplicatorOutputPeerInfo
           
 class ReplicatorPeerInfo
           
 

Methods in org.jboss.messaging.core.distributed.replicator that return RemotePeerInfo
protected  RemotePeerInfo ReplicatorOutput.getRemotePeerInfo()
           
protected  RemotePeerInfo Replicator.getRemotePeerInfo()
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.