Package | Description |
---|---|
com.j_spaces.core.client |
Provides GigaSpaces client interface services
|
com.sun.jini.constants |
These are interfaces and classes for working with certain constants.
|
com.sun.jini.mahalo |
Provides implementations of the
TransactionManager service.
|
net.jini.core.transaction.server |
These are the default transaction semantics for participant/manager interaction.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalTransactionManager
Deprecated.
Since 8.0 - Use JINI transactions instead.
|
Modifier and Type | Class and Description |
---|---|
class |
TxnConstants
Names for constants common to transaction managers and participants.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TxnManager
Encapsulates the interface of an implementation of
a
TransactionManager . |
Modifier and Type | Class and Description |
---|---|
class |
AbortJob
An implementation of a
com.sun.jini.mahalo.Job which
interacts with a set of
net.jini.core.transaction.server.TransactionParticipant s
to inform them to roll back changes associated with a given
net.jini.core.transaction.Transaction . |
class |
CommitJob
An implementation of a
Job which interacts with
a set of TransactionParticipant s to inform them
to roll forward changes associated with a given Transaction . |
class |
PrepareAndCommitJob
An implementation of a
Job which interacts with
a set of TransactionParticipant s to inform them
to vote and roll forward/back changes associated with a given
Transaction . |
class |
PrepareJob
An implementation of a
com.sun.jini.mahalo.Job which
interacts with a set of
net.jini.core.transaction.server.TransactionParticipant s
to inform them to vote. |
class |
SettlerTask
A
SettlerTask is scheduled task, which
causes an unsettled transaction to settle. |
class |
TxnManagerImpl
An implementation of the Jini(TM) Transaction Specification.
|
class |
TxnMgrProxy
A
TxnMgrProxy is a proxy for the
transaction manager service. |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedTransactionManager
additional apis for transaction manager
|
interface |
NestableTransactionManager
The interface used for managers of the two-phase commit protocol for
nestable transactions.
|
interface |
TransactionManager
The interface used for managers of the two-phase commit protocol for
top-level transactions.
|
interface |
TransactionParticipant
The interface used for participants of the two-phase commit protocol.
|
Copyright © GigaSpaces.