Modifier and Type | Method and Description |
---|---|
ParticipantStore |
StateManager.getStore() |
Modifier and Type | Method and Description |
---|---|
ParticipantStore |
BasicAction.getStore()
Set up an object store and assign it to the participantStore variable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectStoreAPI
Created by IntelliJ IDEA.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectStore
The object store interface is the application's route to using
a specific object store implementation.
|
Modifier and Type | Method and Description |
---|---|
static ParticipantStore |
StoreManager.getCommunicationStore() |
static ParticipantStore |
StoreManager.getParticipantStore() |
static ParticipantStore |
StoreManager.setupStore(String rootName,
int sharedStatus) |
Constructor and Description |
---|
ParticipantStoreBean(ParticipantStore ps)
Construct an MBean corresponding to the given store
|
Modifier and Type | Class and Description |
---|---|
class |
ParticipantStoreProxy
Remote proxy to a ParticipantStore
|
Constructor and Description |
---|
TxLogWritePersistenceRecord(OutputObjectState state,
ParticipantStore participantStore,
StateManager sm) |
Modifier and Type | Field and Description |
---|---|
protected ParticipantStore |
PersistenceRecord.targetParticipantStore |
Constructor and Description |
---|
CadaverRecord(OutputObjectState os,
ParticipantStore participantStore,
StateManager sm)
Create a new instance, passing in the object that is being managed.
|
DisposeRecord(ParticipantStore participantStore,
StateManager sm) |
PersistenceRecord(OutputObjectState os,
ParticipantStore participantStore,
StateManager sm)
This constructor is used to create a new instance of PersistenceRecord.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionStore
The basic transaction log implementation.
|
class |
CacheStore
A cached object store implementation.
|
class |
FileLockingStore
An refinement of the basic FileSystemStore which provides file-level locking.
|
class |
FileSystemStore
The basic class for file system object stores.
|
class |
HashedActionStore
The basic action store implementations store the object states in a separate
file within the same directory in the object store, determined by the
object's type.
|
class |
HashedStore
The basic shadowing store implementations store the object states in
a separate file within the same directory in the object store, determined
by the object's type.
|
class |
LogStore |
class |
NullActionStore
A null implementation.
|
class |
ShadowingStore
A shadowing file store implementation.
|
class |
ShadowNoFileLockStore
Almost the same as the ShadowingStore implementation, but assumes all
concurrency control is provided by the object.
|
class |
TwoPhaseVolatileStore
Two phase volatile store.
|
class |
VolatileStore
An in-memory ObjectStore that never writes to stable storage.
|
Modifier and Type | Class and Description |
---|---|
class |
HornetqObjectStoreAdaptor
Adaptor class that wraps the store to make it look like an ObjectStore.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCStore
An object store implementation which uses a JDBC database for maintaining
object states.
|
Constructor and Description |
---|
RecoveredTransactionalObject(Uid objectUid,
String originalType,
ParticipantStore participantStore) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.