Modifier and Type | Method and Description |
---|---|
void |
ManagementModeStoreHandler.closeConfigurationStore() |
void |
ManagementModeStoreHandler.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
ManagementModeStoreHandler.update(boolean createIfNecessary,
ConfiguredObjectRecord... records) |
void |
ManagementModeStoreHandler.upgradeStoreStructure() |
void |
ManagementModeStoreHandler.visitConfiguredObjectRecords(ConfiguredObjectRecordHandler recoveryHandler) |
Modifier and Type | Method and Description |
---|---|
void |
ServerSession.commitDtx(Xid xid,
boolean onePhase) |
void |
ServerSession.prepareDtx(Xid xid) |
void |
ServerSession.rollbackDtx(Xid xid) |
Modifier and Type | Method and Description |
---|---|
void |
DurableConfigurationStore.closeConfigurationStore() |
void |
JsonFileConfigStore.create(ConfiguredObjectRecord record) |
void |
AbstractJDBCConfigurationStore.create(ConfiguredObjectRecord object) |
void |
DurableConfigurationStore.create(ConfiguredObjectRecord object)
Makes the specified object persistent.
|
protected void |
AbstractJDBCConfigurationStore.createOrOpenConfigurationStoreDatabase(boolean clear) |
protected void |
AbstractJDBCMessageStore.createOrOpenMessageStoreDatabase() |
void |
DurableConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords)
Initializes and opens the configuration store.
|
UUID[] |
JsonFileConfigStore.remove(ConfiguredObjectRecord... objects) |
UUID[] |
AbstractJDBCConfigurationStore.remove(ConfiguredObjectRecord... objects) |
UUID[] |
DurableConfigurationStore.remove(ConfiguredObjectRecord... objects)
Removes the specified persistent configured objects.
|
void |
JsonFileConfigStore.update(boolean createIfNecessary,
ConfiguredObjectRecord... records) |
void |
AbstractJDBCConfigurationStore.update(boolean createIfNecessary,
ConfiguredObjectRecord... records) |
void |
DurableConfigurationStore.update(boolean createIfNecessary,
ConfiguredObjectRecord... records)
Updates the specified objects in the persistent store, IF it is already present.
|
protected void |
AbstractJDBCMessageStore.upgrade(ConfiguredObject<?> parent) |
protected void |
AbstractJDBCConfigurationStore.upgradeIfNecessary(ConfiguredObject<?> parent) |
void |
MessageStore.upgradeStoreStructure()
Requests that the store performs any upgrade work on the store's structure.
|
void |
JsonFileConfigStore.upgradeStoreStructure() |
void |
NullMessageStore.upgradeStoreStructure() |
void |
DurableConfigurationStore.upgradeStoreStructure()
Requests that the store performs any upgrade work on the store's structure.
|
void |
MemoryMessageStore.upgradeStoreStructure() |
void |
AbstractMemoryStore.upgradeStoreStructure() |
void |
NullMessageStore.visitConfiguredObjectRecords(ConfiguredObjectRecordHandler handler) |
void |
DurableConfigurationStore.visitConfiguredObjectRecords(ConfiguredObjectRecordHandler handler)
Visit all configured object records with given handler.
|
void |
AbstractMemoryStore.visitConfiguredObjectRecords(ConfiguredObjectRecordHandler handler) |
void |
MessageStore.MessageStoreReader.visitDistributedTransactions(DistributedTransactionHandler handler) |
void |
NullMessageStore.visitDistributedTransactions(DistributedTransactionHandler handler) |
void |
MessageStore.MessageStoreReader.visitMessageInstances(MessageInstanceHandler handler) |
void |
NullMessageStore.visitMessageInstances(MessageInstanceHandler handler) |
void |
MessageStore.MessageStoreReader.visitMessageInstances(TransactionLogResource queue,
MessageInstanceHandler handler) |
void |
NullMessageStore.visitMessageInstances(TransactionLogResource queue,
MessageInstanceHandler handler) |
void |
MessageStore.MessageStoreReader.visitMessages(MessageHandler handler) |
void |
NullMessageStore.visitMessages(MessageHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
BDBConfigurationStore.closeConfigurationStore() |
static void |
BDBUtils.closeCursorSafely(com.sleepycat.je.Cursor cursor,
EnvironmentFacade environmentFacade) |
void |
BDBConfigurationStore.create(ConfiguredObjectRecord configuredObject) |
void |
EnvHomeRegistry.deregisterHome(File home) |
void |
EnvHomeRegistry.registerHome(File home) |
UUID[] |
BDBConfigurationStore.remove(ConfiguredObjectRecord... objects) |
void |
BDBConfigurationStore.update(boolean createIfNecessary,
ConfiguredObjectRecord... records) |
void |
AbstractBDBMessageStore.upgradeStoreStructure() |
void |
BDBConfigurationStore.upgradeStoreStructure() |
Modifier and Type | Method and Description |
---|---|
void |
DerbyConfigurationStore.closeConfigurationStore() |
void |
DerbyConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
DerbyConfigurationStore.upgradeStoreStructure() |
void |
AbstractDerbyMessageStore.upgradeStoreStructure() |
Modifier and Type | Method and Description |
---|---|
void |
GenericJDBCConfigurationStore.closeConfigurationStore() |
protected abstract void |
GenericAbstractJDBCMessageStore.doOpen(ConfiguredObject<?> parent) |
protected void |
GenericJDBCMessageStore.doOpen(ConfiguredObject<?> parent) |
void |
GenericJDBCConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
GenericAbstractJDBCMessageStore.upgradeStoreStructure() |
void |
GenericJDBCConfigurationStore.upgradeStoreStructure() |
Modifier and Type | Method and Description |
---|---|
void |
DtxBranch.commit() |
void |
DtxRegistry.commit(Xid id,
boolean onePhase) |
void |
DtxBranch.prepare() |
void |
DtxRegistry.prepare(Xid id) |
void |
DtxBranch.prePrepareTransaction() |
void |
DtxBranch.rollback() |
void |
DtxRegistry.rollback(Xid id) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.