|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITransactionQueue | |
|---|---|
| org.openanzo.client | |
| org.openanzo.client.jena | |
| org.openanzo.model.transaction | |
| org.openanzo.model.transaction.impl | |
| Uses of ITransactionQueue in org.openanzo.client |
|---|
| Methods in org.openanzo.client that return ITransactionQueue | |
|---|---|
ITransactionQueue |
DatasetService.getTransactionQueue()
Get the TransactionQueue for DatasetService. |
| Uses of ITransactionQueue in org.openanzo.client.jena |
|---|
| Methods in org.openanzo.client.jena that return ITransactionQueue | |
|---|---|
ITransactionQueue |
JenaDatasetService.getTransactionQueue()
Get the transaction queue for this datasetService |
| Uses of ITransactionQueue in org.openanzo.model.transaction |
|---|
| Methods in org.openanzo.model.transaction that return ITransactionQueue | |
|---|---|
ITransactionQueue |
ITransactionQueueManager.getTransactionQueue()
Get the TransactionQueue for the manager |
ITransactionQueue |
ITransaction.getTransactionQueue()
Get the transactionQueue that this transaction is associated with. |
| Methods in org.openanzo.model.transaction with parameters of type ITransactionQueue | |
|---|---|
void |
ITransaction.setTransactionQueue(ITransactionQueue transactionQueue)
Set the transaction queue that this transaction will be associated with. |
| Uses of ITransactionQueue in org.openanzo.model.transaction.impl |
|---|
| Classes in org.openanzo.model.transaction.impl that implement ITransactionQueue | |
|---|---|
class |
RDBPersistedTransactionQueue
TransactionQueue that is backed by an RDB persisted store |
class |
TransactionQueue
Standard implementation of ITransactionQueue |
| Methods in org.openanzo.model.transaction.impl that return ITransactionQueue | |
|---|---|
ITransactionQueue |
Transaction.getTransactionQueue()
|
ITransactionQueue |
TransactionQueueManager.getTransactionQueue()
|
| Methods in org.openanzo.model.transaction.impl with parameters of type ITransactionQueue | |
|---|---|
void |
Transaction.setTransactionQueue(ITransactionQueue transactionQueue)
|
| Constructors in org.openanzo.model.transaction.impl with parameters of type ITransactionQueue | |
|---|---|
RDBPersistedTransaction(ITransactionQueue queue,
RDBNamedGraphContainer container)
Create a new RDB persisted transaction |
|
RDBPersistedTransaction(ITransactionQueue queue,
RDBNamedGraphContainer container,
long transactionId)
Create a RDBPersistedTransaction for a persisted transaction |
|
Transaction(ITransactionQueue queue)
Create a new transaction |
|
TransactionQueueManager(ITransactionQueue transactionQueue)
Create new TransactionQueueManager with provided TransactionQueue |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||