| Package | Description | 
|---|---|
| com.tangosol.net | 
 Contains basic cluster interfaces and factories. 
 | 
| com.tangosol.run.jca | 
 Contains classes providing Java 2 Connector Architecture functionality. 
 | 
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TransactionMap | 
CacheFactory.getLocalTransaction(NamedCache map)
Factory method returning an instance of the TransactionMap that is
 based on the specified NamedCache and is local to this JVM. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SimpleValidator.enlist(TransactionMap mapTx,
      Object oKey)
Enlist the resource with the specified transaction. 
 | 
void | 
SimpleValidator.validate(TransactionMap mapTx,
        Set setInsert,
        Set setUpdate,
        Set setDelete,
        Set setRead,
        Set setPhantom)
Validate that the content of the TransactionMap is "fit" to be
 committed into the base map. 
 | 
protected void | 
SimpleValidator.validateInsert(TransactionMap mapTx,
              Set setKey)
Validate the set of the inserts. 
 | 
protected void | 
SimpleValidator.validateValue(TransactionMap mapTx,
             Set setKey)
Validate the set of the read values. 
 | 
protected void | 
SimpleValidator.validateVersion(TransactionMap mapTx,
               Set setKey)
Validate the set of the updates or deletes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransactionMap.Validator.enlist(TransactionMap mapTx,
      Object oKey)
Enlist the resource with the specified transaction. 
 | 
void | 
TransactionMap.Validator.validate(TransactionMap mapTx,
        Set setInsert,
        Set setUpdate,
        Set setDelete,
        Set setRead,
        Set setPhantom)
Validate that the content of the TransactionMap is "fit" to be
 committed into the base map. 
 |