Package | Description |
---|---|
org.jboss.cache |
Modifier and Type | Method and Description |
---|---|
Region.Status |
Region.getStatus() |
Region.Status |
RegionImpl.getStatus() |
static Region.Status |
Region.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region.Status[] |
Region.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Region.setStatus(Region.Status status)
A mechanism to set status of a region, more fine grained control than just setActive();
|
void |
RegionImpl.setStatus(Region.Status status) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.