Uses of Interface
com.tangosol.util.TransactionMap
-
Packages that use TransactionMap 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. -
-
Uses of TransactionMap in com.tangosol.net
Methods in com.tangosol.net that return TransactionMap Modifier and Type Method 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. -
Uses of TransactionMap in com.tangosol.run.jca
Methods in com.tangosol.run.jca with parameters of type TransactionMap Modifier and Type Method 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. -
Uses of TransactionMap in com.tangosol.util
Methods in com.tangosol.util with parameters of type TransactionMap Modifier and Type Method 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.
-