站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 cluster API Documentation 英文版文档

Uses of Interface org.jboss.ha.framework.interfaces.DistributedState (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档


Uses of Interface
org.jboss.ha.framework.interfaces.DistributedState

Packages that use DistributedState
org.jboss.cache.invalidation.bridges   
org.jboss.ejb.plugins   
org.jboss.ha.framework.interfaces   
org.jboss.ha.framework.server   
org.jboss.ha.framework.server.util   
 

Uses of DistributedState in org.jboss.cache.invalidation.bridges
 

Fields in org.jboss.cache.invalidation.bridges declared as DistributedState
protected  DistributedState JGCacheInvalidationBridge.ds
           
 

Uses of DistributedState in org.jboss.ejb.plugins
 

Fields in org.jboss.ejb.plugins declared as DistributedState
protected  DistributedState ClusterSyncEntityInstanceCache.ds
           
protected  DistributedState CMPClusteredInMemoryPersistenceManager.ds
           
 

Uses of DistributedState in org.jboss.ha.framework.interfaces
 

Methods in org.jboss.ha.framework.interfaces that return DistributedState
 DistributedState HAPartition.getDistributedStateService()
          Accessor the the DistributedState (DS) that is linked to this partition.
 

Uses of DistributedState in org.jboss.ha.framework.server
 

Subinterfaces of DistributedState in org.jboss.ha.framework.server
 interface DistributedStateImplMBean
           
 

Classes in org.jboss.ha.framework.server that implement DistributedState
 class DistributedStateImpl
          This class manages distributed state across the cluster.
 

Methods in org.jboss.ha.framework.server that return DistributedState
 DistributedState HAPartitionImpl.getDistributedStateService()
           
 

Uses of DistributedState in org.jboss.ha.framework.server.util
 

Fields in org.jboss.ha.framework.server.util declared as DistributedState
protected  DistributedState DistributedTimedCachePolicy.entryMap
          The map of cached TimedEntry objects.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.