Uses of Class
org.infinispan.lifecycle.ComponentStatus

Packages that use ComponentStatus
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.lifecycle Component lifecycle. 
org.infinispan.manager Cache manager package 
 

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.