Package | Description |
---|---|
com.arjuna.ats.arjuna.objectstore | |
com.arjuna.ats.arjuna.tools.osb.api.mbeans | |
com.arjuna.ats.arjuna.tools.osb.api.proxy |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectStoreAPI
Created by IntelliJ IDEA.
|
interface |
ParticipantStore
Transactional participants MUST use this type of ObjectStore.
|
interface |
RecoveryStore
All ObjectStore implementations that are used to drive recovery
MUST implement this interface.
|
interface |
TxLog
All transaction logs MUST implement this interface.
|
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 |
---|---|
protected BaseStore |
BaseStoreBean.getStore() |
Constructor and Description |
---|
BaseStoreBean(BaseStore store) |
Modifier and Type | Class and Description |
---|---|
class |
ParticipantStoreProxy
Remote proxy to a ParticipantStore
|
class |
RecoveryStoreProxy
Remote proxy to a RecoveryStore
|
class |
TxLogProxy
Remote proxy to a TxLog Store
|
Copyright © 2013. All rights reserved.