public interface CacheTransactionMBean extends ConfigurationMBean
| Modifier and Type | Field and Description | 
|---|---|
static String | 
NONE  | 
static String | 
OPTIMISTIC  | 
static String | 
PESSIMISTIC  | 
static String | 
READ_COMMITTED  | 
static String | 
READ_UNCOMMITTED  | 
static String | 
REPEATABLE_READ  | 
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
String | 
getConcurrency()
Setting this property to something other than none will make this
 cache transactional 
 | 
String | 
getIsolationLevel()  | 
boolean | 
isConcurrencySet()  | 
boolean | 
isIsolationLevelSet()  | 
void | 
setConcurrency(String concurrency)  | 
void | 
setIsolationLevel(String isolation)  | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerstatic final String NONE
static final String PESSIMISTIC
static final String OPTIMISTIC
static final String READ_UNCOMMITTED
static final String READ_COMMITTED
static final String REPEATABLE_READ
String getConcurrency()
void setConcurrency(String concurrency)
boolean isConcurrencySet()
String getIsolationLevel()
void setIsolationLevel(String isolation)
boolean isIsolationLevelSet()