| Package | Description | 
|---|---|
| com.tangosol.run.jca | 
 Contains classes providing Java 2 Connector Architecture functionality. 
 | 
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleValidator
Simple generic Validator implementation that uses hashCode values
 for the enlisted resources to resolve optimistic transaction conflicts. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionMap.Validator | 
SimpleValidator.getNextValidator()
Retrive the next Validator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NamedCache | 
CacheAdapter.getNamedCache(String sName,
             ClassLoader loader,
             TransactionMap.Validator validator,
             boolean fImmutable)
Obtain an instance of a NamedCache. 
 | 
void | 
SimpleValidator.setNextValidator(TransactionMap.Validator validator)
Set the next Validator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionMap.Validator | 
TransactionMap.Validator.getNextValidator()
Retrive the next Validator. 
 | 
TransactionMap.Validator | 
TransactionMap.getValidator()
Retrieve the topmost Validator in TransactionMap's validation chain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransactionMap.Validator.setNextValidator(TransactionMap.Validator v)
Set the next Validator. 
 | 
void | 
TransactionMap.setValidator(TransactionMap.Validator validator)
Add the specified Validator to the top of validation chain
 for this TransactionMap. 
 |