Modifier and Type | Method and Description |
---|---|
PageTransactionInfo |
PagingManager.getTransaction(long transactionID)
Point to inform/restoring Transactions used when the messages were added into paging
|
Modifier and Type | Method and Description |
---|---|
Map<Long,PageTransactionInfo> |
PagingManager.getTransactions() |
Modifier and Type | Method and Description |
---|---|
void |
PagingManager.addTransaction(PageTransactionInfo pageTransaction)
Point to inform/restoring Transactions used when the messages were added into paging
|
Modifier and Type | Class and Description |
---|---|
class |
PageTransactionInfoImpl |
Modifier and Type | Method and Description |
---|---|
PageTransactionInfo |
PagingManagerImpl.getTransaction(long id) |
Modifier and Type | Method and Description |
---|---|
Map<Long,PageTransactionInfo> |
PagingManagerImpl.getTransactions() |
Modifier and Type | Method and Description |
---|---|
void |
PagingManagerImpl.addTransaction(PageTransactionInfo pageTransaction) |
Modifier and Type | Method and Description |
---|---|
void |
StorageManager.storePageTransaction(long txID,
PageTransactionInfo pageTransaction) |
void |
StorageManager.updatePageTransaction(long txID,
PageTransactionInfo pageTransaction,
int depage) |
void |
StorageManager.updatePageTransaction(PageTransactionInfo pageTransaction,
int depage) |
Modifier and Type | Method and Description |
---|---|
void |
JournalStorageManager.storePageTransaction(long txID,
PageTransactionInfo pageTransaction) |
void |
JournalStorageManager.updatePageTransaction(long txID,
PageTransactionInfo pageTransaction,
int depages) |
void |
JournalStorageManager.updatePageTransaction(PageTransactionInfo pageTransaction,
int depages) |
Modifier and Type | Method and Description |
---|---|
void |
NullStorageManager.storePageTransaction(long txID,
PageTransactionInfo pageTransaction) |
void |
NullStorageManager.updatePageTransaction(long txID,
PageTransactionInfo pageTransaction) |
void |
NullStorageManager.updatePageTransaction(long txID,
PageTransactionInfo pageTransaction,
int depage) |
void |
NullStorageManager.updatePageTransaction(PageTransactionInfo pageTransaction,
int depage) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.