| Package | Description |
|---|---|
| org.jboss.cache.config | |
| org.jboss.cache.lock |
| Modifier and Type | Method and Description |
|---|---|
IsolationLevel |
Configuration.getIsolationLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setIsolationLevel(IsolationLevel isolationLevel) |
| Modifier and Type | Method and Description |
|---|---|
static IsolationLevel |
IsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsolationLevel[] |
IsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LockStrategy |
LockStrategyFactory.getLockStrategy(IsolationLevel lockingLevel) |
void |
LockStrategyFactory.setIsolationLevel(IsolationLevel level) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.