Uses of Class
org.infinispan.lifecycle.ComponentStatus

Packages that use ComponentStatus
org.infinispan   
org.infinispan.factories   
org.infinispan.lifecycle   
org.infinispan.manager   
 

Uses of ComponentStatus in org.infinispan
 

Methods in org.infinispan that return ComponentStatus
 ComponentStatus CacheDelegate.getStatus()
           
 ComponentStatus Cache.getStatus()
           
 ComponentStatus AbstractDelegatingCache.getStatus()
           
 

Uses of ComponentStatus in org.infinispan.factories
 

Methods in org.infinispan.factories that return ComponentStatus
 ComponentStatus AbstractComponentRegistry.getStatus()
          Retrieves the state of the registry
 

Uses of ComponentStatus in org.infinispan.lifecycle
 

Methods in org.infinispan.lifecycle that return ComponentStatus
static ComponentStatus ComponentStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComponentStatus[] ComponentStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ComponentStatus in org.infinispan.manager
 

Methods in org.infinispan.manager that return ComponentStatus
 ComponentStatus DefaultCacheManager.getStatus()
           
 ComponentStatus CacheManager.getStatus()
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.