Uses of Interface
org.jboss.messaging.core.distributed.ViewKeeper

Packages that use ViewKeeper
org.jboss.messaging.core.distributed   
org.jboss.messaging.core.distributed.queue   
org.jboss.messaging.core.distributed.topic   
 

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

Classes in org.jboss.messaging.core.distributed that implement ViewKeeper
 class ViewKeeperSupport
           
 

Fields in org.jboss.messaging.core.distributed declared as ViewKeeper
protected  ViewKeeper PeerSupport.viewKeeper
           
 

Constructors in org.jboss.messaging.core.distributed with parameters of type ViewKeeper
PeerSupport(java.io.Serializable peerID, ViewKeeper viewKeeper, RpcDispatcher dispatcher)
          Use this to create a PeerSupport with an external ViewKeeper.
 

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

Fields in org.jboss.messaging.core.distributed.queue declared as ViewKeeper
protected  ViewKeeper DistributedQueue.viewKeeper
           
 

Methods in org.jboss.messaging.core.distributed.queue that return ViewKeeper
protected  ViewKeeper DistributedQueue.getViewKeeper()
           
 

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

Fields in org.jboss.messaging.core.distributed.topic declared as ViewKeeper
protected  ViewKeeper DistributedTopic.viewKeeper
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.