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.client.hotrod.impl   
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 
org.infinispan.tree This package contains the TreeCache. 
 

Uses of ComponentStatus in org.infinispan
 

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

Uses of ComponentStatus in org.infinispan.client.hotrod.impl
 

Methods in org.infinispan.client.hotrod.impl that return ComponentStatus
 ComponentStatus RemoteCacheSupport.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 are declared.
 

Uses of ComponentStatus in org.infinispan.manager
 

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

Uses of ComponentStatus in org.infinispan.tree
 

Methods in org.infinispan.tree that return ComponentStatus
 ComponentStatus CacheAdapter.getStatus()
           
 



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