|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerTransaction | |
---|---|
com.sun.jini.mahalo | Provides implementations of the TransactionManager service. |
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
net.jini.core.transaction.server | These are the default transaction semantics for participant/manager interaction. |
Uses of ServerTransaction in com.sun.jini.mahalo |
---|
Fields in com.sun.jini.mahalo declared as ServerTransaction | |
---|---|
private ServerTransaction |
TxnManagerTransaction.str
|
(package private) ServerTransaction |
AbortJob.tr
|
(package private) ServerTransaction |
PrepareJob.tr
|
(package private) ServerTransaction |
PrepareAndCommitJob.tr
|
(package private) ServerTransaction |
CommitJob.tr
|
Methods in com.sun.jini.mahalo that return ServerTransaction | |
---|---|
private ServerTransaction |
TxnManagerImpl.serverTransaction(Transaction baseTr)
|
Uses of ServerTransaction in com.sun.jini.outrigger |
---|
Fields in com.sun.jini.outrigger declared as ServerTransaction | |
---|---|
private ServerTransaction |
Txn.tr
Cached ServerTransaction object for
the transaction this object is fronting for. |
Methods in com.sun.jini.outrigger that return ServerTransaction | |
---|---|
ServerTransaction |
TransactableMgr.getTransaction(ProxyPreparer preparer)
Return the ServerTransaction which this manager
handles. |
ServerTransaction |
Txn.getTransaction(ProxyPreparer preparer)
|
private ServerTransaction |
OutriggerServerImpl.serverTransaction(Transaction baseTr)
We assume that each Transaction object sent to the
space is actually the ServerTransaction subtype. |
Methods in com.sun.jini.outrigger with parameters of type ServerTransaction | |
---|---|
(package private) Txn |
TxnTable.put(ServerTransaction tr)
Atomically test if there is a Txn for the specified
ServerTransaction in the table, creating a new
Txn , and place in table if there is not. |
Constructors in com.sun.jini.outrigger with parameters of type ServerTransaction | |
---|---|
Txn(ServerTransaction tr,
long id)
Create a new Txn that represents our state in the
given ServerTransaction . |
Uses of ServerTransaction in net.jini.core.transaction.server |
---|
Subclasses of ServerTransaction in net.jini.core.transaction.server | |
---|---|
class |
NestableServerTransaction
Class implementing the NestableTransaction interface, for use
with transaction participants that implement the default transaction
semantics. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |