|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AnzoException in org.openanzo.atom |
|---|
| Methods in org.openanzo.atom that throw AnzoException | |
|---|---|
java.lang.Long |
AtomModel.getNamedGraphRevision(java.lang.String id)
|
boolean |
NotificationListener.handleNamedGraph(boolean addition,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
java.lang.Long revision,
org.openrdf.model.URI aclUriTemplate,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
|
| Uses of AnzoException in org.openanzo.atom.cache |
|---|
| Methods in org.openanzo.atom.cache that throw AnzoException | |
|---|---|
java.lang.Long |
AtomCache.getNamedGraphRevision(java.lang.String id,
java.lang.String userId)
|
java.lang.Long |
AtomCache.getNamedGraphRevision(java.lang.String id,
java.lang.String userId,
boolean fallback)
|
boolean |
AtomCacheEventListener.handleNamedGraph(boolean addition,
org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
java.lang.Long revision,
org.openrdf.model.URI aclUriTemplate,
org.openrdf.model.URI createdBy,
java.lang.Long modified,
org.openrdf.model.URI lastModifiedBy)
|
boolean |
AtomCacheEventListener.handleUser(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI defaultRole,
org.openrdf.model.URI defaultAclTemplate,
java.lang.String userId,
java.lang.String password)
|
boolean |
AtomCacheEventListener.handleUserInRole(boolean addition,
org.openrdf.model.URI user,
org.openrdf.model.URI role)
|
| Uses of AnzoException in org.openanzo.client |
|---|
| Methods in org.openanzo.client that throw AnzoException | |
|---|---|
void |
DatasetService.abort()
Abort the current transaction |
boolean |
DatasetServiceReplicator.addTrackerListener(org.openrdf.model.URI trackerSetURI,
ISerializableTracker tracker,
TrackerListener trackerListener)
Adds a TrackerListener which will get events of changes to the graph that match the supplied tracker. |
void |
DatasetService.begin()
Begin a transaction |
void |
DatasetService.beginNonBlocking()
Begin a NonBlocking transaction |
void |
DatasetService.closeLocalGraph(LocalGraph baseGraph)
Decrements usage count for Local NamedGraph. |
void |
DatasetService.closeRemoteGraph(RemoteGraph baseGraph)
Decrements usage count for Remote NamedGraph. |
void |
DatasetService.commit()
Commit the current transaction |
java.lang.Object |
DatasetService.executeInTransaction(Command command)
Execute a command within a transaction |
void |
DatasetService.executeInTransaction(CommandChain commands)
Execute a CommandChain within a transaction |
QueryResult |
StoredDatasetserviceDatasetProxy.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
ClosableDatasetServiceDataset.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
NotificationContainerProxy.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
StoredDatasetserviceDatasetProxy.executeQuery(java.lang.String query)
|
QueryResult |
ClosableDatasetServiceDataset.executeQuery(java.lang.String query)
|
LocalGraph |
DatasetService.getLocalGraph(org.openrdf.model.URI namedGraphUri,
boolean create,
boolean addNamedGraphTracker)
Get a Local NamedGraph for the URI, creating one if it doesn't exist depending on the create flag |
LocalGraph |
DatasetService.getLocalGraph(org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
boolean create,
boolean addNamedGraphTracker)
Get a LocalGraph for the given URIs, creating one if it doesn't exist depending on the create flag |
LocalGraph |
DatasetService.getLocalSystemGraph(boolean addNamedGraphTracker)
Get a Local NamedGraph representation of the Server's system graph. |
RemoteGraph |
DatasetService.getRemoteGraph(org.openrdf.model.URI namedGraphUri,
boolean create)
Get a Remote NamedGraph for the given URI, creating one if it doesn't exist depending on the create flag. |
RemoteGraph |
DatasetService.getRemoteGraph(org.openrdf.model.URI namedGraphUri,
org.openrdf.model.URI metadataGraphUri,
boolean create)
Get a Remote NamedGraph for the given URIs, creating one if it doesn't exist depending on the create flag. |
RemoteGraph |
DatasetService.getRemoteSystemGraph()
Get a RemoteGraph representation of the Server's system graph. |
boolean |
DatasetService.isNamedGraphStored(org.openrdf.model.URI namedGraphUri)
Returns if the NamedGraph is stored on the server |
boolean |
DatasetServiceReplicator.removeTrackerListener(java.lang.String trackerSetUri,
ISerializableTracker tracker,
TrackerListener trackerListener)
Removes a TrackerListener so that is no longer gets events of changes to the graph that match the supplied tracker. |
void |
DatasetServiceReplicator.replicate(boolean synchronous)
Replicate local and remote changes |
| Uses of AnzoException in org.openanzo.client.jena |
|---|
| Methods in org.openanzo.client.jena that throw AnzoException | |
|---|---|
GraphImpl |
JenaDatasetService.getLocalGraph(java.lang.String uri,
boolean create,
boolean addNamedGraphTracker)
Create a new LocalGraph from the DatasetService |
NamedGraphModel |
JenaDatasetService.getLocalModel(java.lang.String uri,
boolean create,
boolean addNamedGraphTracker)
Create a new model from the DatasetService |
GraphImpl |
JenaDatasetService.getLocalSystemGraph(boolean addNamedGraphTracker)
Create a new local system graph from the DatasetService |
NamedGraphModel |
JenaDatasetService.getLocalSystemModel(boolean addNamedGraphTracker)
Create a new local system model from the DatasetService |
GraphImpl |
JenaDatasetService.getRemoteGraph(java.lang.String uri,
boolean create)
Create a new RemoteGraph from the DatasetService |
NamedGraphModel |
JenaDatasetService.getRemoteModel(java.lang.String uri,
boolean create)
Create a new RemoteModel from the DatasetService |
GraphImpl |
JenaDatasetService.getRemoteSystemGraph()
Create a new remote system graph from the DatasetService |
com.hp.hpl.jena.rdf.model.Model |
JenaDatasetService.getRemoteSystemModel()
Create a new remote system model from the DatasetService |
boolean |
JenaDatasetService.isLocalGraphOpen(java.lang.String namedGraphUri)
Return true if a local graph with the given URI is open |
boolean |
JenaDatasetService.isNamedGraphStored(java.lang.String namedGraphUri)
Return true if a graph with the given URI is available |
boolean |
JenaDatasetService.isRemoteGraphOpen(java.lang.String namedGraphUri)
Return true if a remote graph with the given URI is open |
| Uses of AnzoException in org.openanzo.commands |
|---|
| Methods in org.openanzo.commands that throw AnzoException | |
|---|---|
void |
CommandChain.linkCommand(Command targetCommand,
java.lang.String propertyName,
Command sourceCommand)
Linking commands allows for linking the output of one command to the input of another command. |
| Uses of AnzoException in org.openanzo.common.exceptions |
|---|
| Subclasses of AnzoException in org.openanzo.common.exceptions | |
|---|---|
class |
DBException
Anzo exception class for the DB major error codes. |
class |
NotificationException
Anzo exception class for the NOTIFICATION major error codes. |
class |
ProxyGraphException
Anzo exception class for the CLIENT.CODES.PROXY_GRAPH major error codes. |
class |
ReplicationException
Anzo exception class for the Replication major error codes. |
class |
RepositoryException
Anzo exception class for the MODEL/repository major error codes. |
class |
ServerException
Anzo exception class for the Server major error codes. |
class |
TransactionGraphException
Anzo exception class for the Transaction Graph major error codes. |
class |
TransportException
Anzo exception class for the Transport IO major error codes. |
class |
UpdateServerException
Anzo exception class for the Update Server major error codes. |
| Methods in org.openanzo.common.exceptions that return AnzoException | |
|---|---|
static AnzoException |
AnzoException.createException(org.apache.axis.AxisFault fault)
Create a new exception with an AxisFault as the cause. |
static AnzoException |
AnzoException.createException(int errorCode,
int errorSubCode,
java.lang.String... args)
Create a new exception with a Major and Minor code, and 0 or more string arguments to the error message. |
static AnzoException |
AnzoException.createException(int errorCode,
int errorSubCode,
java.lang.Throwable cause,
java.lang.String... args)
Create a new exception with a Major and Minor code, and 0 or more string argurments to the error message. |
| Constructors in org.openanzo.common.exceptions with parameters of type AnzoException | |
|---|---|
AnzoAxisFault(AnzoException anzoException)
Create AnzoAxisFault based on errorcodes and arguments within exception |
|
AnzoRuntimeException(AnzoException anzoException)
Create a RuntimeException caused by an AnzoException |
|
TransactionGraphRuntimeException(AnzoException anzoException)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
| Uses of AnzoException in org.openanzo.common.rdb.container |
|---|
| Methods in org.openanzo.common.rdb.container that throw AnzoException | |
|---|---|
void |
RDBNamedGraphContainer.abort()
Abort database transaction |
void |
RDBConnection.abort()
Abort database transaction |
RDBConnection |
ContainerConnectionPool.acquireRDBConnection(int type)
Get a RDBConnection from the pool |
void |
RDBNamedGraphContainer.begin()
Begin database transaction Note:Database already in transaction |
void |
RDBConnection.begin()
Begin database transaction Note:Database already in transaction |
void |
RDBNamedGraphContainer.commit()
Commit database transaction |
void |
RDBConnection.commit()
Commit database transaction |
void |
RDBNamedGraphContainer.deleteInferedObject(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI object,
org.openrdf.model.URI inferedObject)
Delete an inferred object definition into the DB |
void |
RDBConnection.deleteInferedObject(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI object,
org.openrdf.model.URI inferedObject)
Delete an inferred object definition into the DB |
void |
RDBNamedGraphContainer.deleteInferedProperty(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI inferedProperty)
Delete an inferred property definition into the DB |
void |
RDBConnection.deleteInferedProperty(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI inferedProperty)
Delete an inferred property definition into the DB |
QueryResult |
RDBNamedGraphContainer.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
RDBConnection.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResults |
RDBNamedGraphContainer.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query,
boolean includeInferredStatements,
org.openrdf.model.URI ontology)
Execute a SPARQL query against the data within this container |
QueryResults |
RDBConnection.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query,
boolean includeInferredStatements,
org.openrdf.model.URI ontology)
Execute a SPARQL query against the data within this container |
boolean |
ContainerConnectionPool.getIsStarted()
Determine if the pool is started |
void |
RDBNamedGraphContainer.insertInferedObject(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI object,
org.openrdf.model.URI inferedObject)
Insert an inferred object definition into the DB |
void |
RDBConnection.insertInferedObject(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI object,
org.openrdf.model.URI inferedObject)
Insert an inferred object definition into the DB |
void |
RDBNamedGraphContainer.insertInferedProperty(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI inferedProperty)
Insert an inferred property definition into the DB |
void |
RDBConnection.insertInferedProperty(org.openrdf.model.URI ontology,
org.openrdf.model.URI property,
org.openrdf.model.URI inferedProperty)
Insert an inferred property definition into the DB |
void |
ContainerConnectionPool.prepareReleaseRDBConnections(int connectionsToPrepare)
Acquire and release a number of connections |
void |
RDBNamedGraphContainer.purgeOntology(org.openrdf.model.URI ontology)
Purge inferred object definitions from db for a given ontology |
void |
RDBConnection.purgeOntology(org.openrdf.model.URI ontology)
Purge inferred object definitions from db for a given ontology |
void |
ContainerConnectionPool.start()
Start the connection pools |
| Uses of AnzoException in org.openanzo.common.rdb.container.query |
|---|
| Methods in org.openanzo.common.rdb.container.query that throw AnzoException | |
|---|---|
static java.lang.Iterable<Quad> |
FindInferred.findStatements(RDBConnection container,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long namedGraphId,
int metadataGraph,
java.lang.String graphTable)
Find statements in container that match pattern. |
static java.lang.Iterable<Quad> |
FindInferred.findStatements(RDBConnection container,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts)
Find all statements in container that match the provided parameters |
static java.lang.Iterable<Quad> |
FindInferred.findStatementsInferred(RDBConnection container,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long namedGraphId,
int metadataGraph,
java.lang.String graphTable,
org.openrdf.model.Resource ontology)
Find statements in container that match pattern. |
static java.lang.Iterable<Quad> |
FindInferred.findStatementsInferred(RDBConnection container,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource[] contexts,
org.openrdf.model.Resource ontology)
Find all statements in container that match the provided parameters including inferred statements |
| Uses of AnzoException in org.openanzo.model |
|---|
| Methods in org.openanzo.model that throw AnzoException | |
|---|---|
void |
ITransactionManager.abort()
Abort the current transaction |
void |
ITransactionManager.begin()
Begin a transaction, blocking if another thread already started a transaction |
void |
ITransactionManager.beginNonBlocking()
Begin a transaction |
void |
ITransactionManager.commit()
Commit the current transaction |
QueryResult |
IContainer.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> namedGraphs,
java.lang.String query)
Execute a SPARQL query against the data within this container |
QueryResult |
IDataset.executeQuery(java.lang.String query)
Execute a SPARQL query against the data within this dataset, using the dataset's DefaultGraph and NameGraph sets |
| Uses of AnzoException in org.openanzo.model.embedded |
|---|
| Methods in org.openanzo.model.embedded that throw AnzoException | |
|---|---|
void |
EmbeddedModelService.addInferredObject(org.openrdf.model.URI prop,
org.openrdf.model.URI obj,
org.openrdf.model.URI inferredObj)
|
void |
EmbeddedModelService.addInferredProperty(org.openrdf.model.URI prop,
org.openrdf.model.URI inferredProp)
|
org.openrdf.model.URI |
EmbeddedAuthenticationService.authenticateUser(java.lang.String userName,
java.lang.String password)
|
QueryResult |
EmbeddedModelService.execQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query,
java.lang.String queryLanguage)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
EmbeddedModelService.execQueryIndex(java.lang.String query,
int startIndex,
int numResults)
|
java.lang.Long |
EmbeddedReplicationService.execReplicate(java.lang.Long markerIn,
java.util.Set<ITracker> statementTrackers,
java.util.Set<ITracker> newStatementTrackers,
IRepositoryHandler handler)
|
QueryResult |
EmbeddedModelService.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query)
|
QueryResult |
EmbeddedModelService.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphs,
java.util.Set<org.openrdf.model.URI> graphs,
java.lang.String query,
org.openrdf.model.URI base)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
EmbeddedModelService.findStatements(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource g)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
EmbeddedModelService.findStatements(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource g,
boolean includeInferedTriples)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
EmbeddedModelService.findStatements(org.openrdf.model.Statement statement)
|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
EmbeddedModelService.findStatements(org.openrdf.model.Statement statement,
boolean includeInferedTriples)
|
INamedGraphWithMetaData |
EmbeddedModelService.getCurrentNamedGraphRevision(org.openrdf.model.URI namedGraphUri)
|
org.openrdf.model.URI |
EmbeddedModelService.getMetadataGraphUri(org.openrdf.model.URI namedGraphUri)
|
INamedGraphWithMetaData |
EmbeddedModelService.getNamedGraphRevision(org.openrdf.model.URI namedGraphUri,
long revision)
|
java.util.Set<org.openrdf.model.URI> |
EmbeddedAuthenticationService.getRolesForGraph(org.openrdf.model.URI graphId)
|
java.util.Set<org.openrdf.model.URI> |
EmbeddedAuthenticationService.getRolesForUser(org.openrdf.model.URI userId)
|
long |
EmbeddedModelService.getSize(org.openrdf.model.URI namedGraphUri)
|
java.util.Set<org.openrdf.model.URI> |
EmbeddedModelService.getStoredNamedGraphs()
|
java.util.Set<org.openrdf.model.URI> |
EmbeddedAuthenticationService.getUsersForGraph(org.openrdf.model.URI graphId)
|
org.openrdf.model.URI |
EmbeddedAuthenticationService.getUserUri(java.lang.String userName)
|
void |
EmbeddedModelService.reset(java.util.Collection<org.openrdf.model.Statement> statements)
|
IModelUpdate |
EmbeddedModelService.updateServer(ITransaction[] transactions,
boolean returnResults,
boolean isSynchronous)
|
| Constructors in org.openanzo.model.embedded that throw AnzoException | |
|---|---|
EmbeddedServiceBase(ModelServiceApi modelServiceApi,
java.util.Properties properties)
Create a new EmbeddedServiceBase with given configuration properties |
|
EmbeddedServiceBase(java.util.Properties properties)
Create a new EmbeddedServiceBase with given configuration properties |
|
| Uses of AnzoException in org.openanzo.model.event |
|---|
| Methods in org.openanzo.model.event that return types with arguments of type AnzoException | |
|---|---|
java.util.List<AnzoException> |
TransactionCommittedToServerEvent.getErrors()
Get a list of errors if commit failed |
| Constructor parameters in org.openanzo.model.event with type arguments of type AnzoException | |
|---|---|
TransactionCommittedToServerEvent(ITransaction transaction,
boolean commitSuccess,
java.util.List<AnzoException> errors)
Create a new TransactionQueueCommitedEvent |
|
| Uses of AnzoException in org.openanzo.model.impl |
|---|
| Methods in org.openanzo.model.impl that throw AnzoException | |
|---|---|
QueryResult |
StoredDatasetProxy.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
Dataset.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
ContainerDataset.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
NamedGraphContainer.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
QueryResult |
StoredDatasetProxy.executeQuery(java.lang.String query)
|
QueryResult |
Dataset.executeQuery(java.lang.String query)
|
QueryResult |
ContainerDataset.executeQuery(java.lang.String query)
|
| Uses of AnzoException in org.openanzo.model.transaction |
|---|
| Method parameters in org.openanzo.model.transaction with type arguments of type AnzoException | |
|---|---|
void |
ITransactionQueueListener.transactionQueueCommited(ITransaction transaction,
boolean commitSuccess,
java.util.List<AnzoException> errors)
A transaction committed on the server. |
void |
ITransactionQueueHandler.transactionQueueCommited(ITransaction transaction,
boolean commitSuccess,
java.util.List<AnzoException> errors)
Notified when a set of transactions were successfully committed on the server. |
| Methods in org.openanzo.model.transaction that throw AnzoException | |
|---|---|
void |
ITransactionQueue.clear()
Clear all transactions from the queue and set currentTransaction to null. |
void |
ITransaction.delete()
Delete the transaction from its store. |
void |
ITransactionCommand.delete()
Delete the command from its store. |
java.lang.Object |
ITransactionQueueManager.executeInTransaction(Command command)
Execute a command within a transaction, where the Command becomes on ICommand within the ITransaction. |
void |
ITransactionQueueManager.executeInTransaction(CommandChain commandChain)
Execute a CommandChain within a transaction, where each Command within chain becomes on ICommand within the ITransaction. |
ITransaction |
ITransactionQueue.getCurrentTransaction(boolean create)
Get the currentTransaction, creating one if null and create flag is true. |
void |
ITransactionQueue.push(ITransaction transaction,
boolean saveTransaction)
Push a transaction onto the queue, this will commit the currentTransaction if not null. |
void |
ITransactionQueue.queueCurrentTransaction()
Queue the currentTransaction. |
void |
ITransactionGraph.redo()
Redo the last command in the current transaction. |
void |
ITransaction.redo()
Redo the last command undone. |
void |
ITransaction.save()
Save the transaction to its store. |
void |
ITransactionCommand.save()
Save the command to its store. |
void |
ITransactionQueueHandler.transactionAddedToQueue(ITransaction transaction)
Notified when a transaction was added to the queue. |
void |
ITransactionQueueHandler.transactionAddedToQueueFailed(ITransaction transaction,
java.lang.Exception exception)
Notified when a transaction was not added to queue because of an exception. |
void |
ITransactionQueueHandler.transactionQueueCleared()
Notified when the transaction queue was cleared of all transactions. |
void |
ITransactionQueueHandler.transactionQueueCommited(ITransaction transaction,
boolean commitSuccess,
java.util.List<AnzoException> errors)
Notified when a set of transactions were successfully committed on the server. |
void |
ITransactionQueue.transactionsCommitted(ITransaction[] transactions,
boolean[] commitResults,
java.util.List<AnzoException>[] errors)
Notify the queue that a set of transactions were committed successfully. |
void |
ITransactionGraph.undo()
Undo the last command in the current transaction. |
void |
ITransaction.undo()
Undo the last command. |
| Uses of AnzoException in org.openanzo.model.transaction.impl |
|---|
| Methods in org.openanzo.model.transaction.impl that throw AnzoException | |
|---|---|
void |
LockingTransactionManager.abort()
Abort the current transaction |
void |
TransactionManager.abort()
|
void |
TransactionManager.begin()
|
void |
LockingTransactionManager.begin(boolean writeLock)
Begin a new transaction, blocking if another transaction is already started |
void |
TransactionManager.beginNonBlocking()
|
void |
LockingTransactionManager.beginNonBlocking(boolean writeLock)
Begin a new transaction |
void |
TransactionQueue.clear()
|
void |
LockingTransactionManager.commit()
Commit the current transaction |
void |
TransactionManager.commit()
|
void |
RDBPersistedCommand.delete()
|
void |
TransactionCommand.delete()
|
void |
RDBPersistedTransaction.delete()
|
void |
Transaction.delete()
|
java.lang.Object |
TransactionQueueManager.executeInTransaction(Command c)
|
void |
TransactionQueueManager.executeInTransaction(CommandChain commands)
|
QueryResult |
TransactionContainerProxy.executeQuery(java.util.Set<org.openrdf.model.URI> defaultNamedGraphsIn,
java.util.Set<org.openrdf.model.URI> namedGraphsIn,
java.lang.String query)
|
ITransaction |
TransactionQueue.getCurrentTransaction(boolean create)
|
abstract void |
LockingTransactionManager.performAbort()
Perform internal processes needed to abort the current transaction |
void |
TransactionQueueManager.performAbort()
|
abstract void |
TransactionManager.performAbort()
Perform internal processes needed to abort the current transaction |
void |
TransactionQueueManager.performBegin()
|
abstract void |
TransactionManager.performBegin()
Perform internal processes needed to begin a new transaction |
abstract void |
LockingTransactionManager.performBegin(boolean writeLock)
Perform internal processes needed to begin a new transaction |
abstract void |
LockingTransactionManager.performCommit()
Perform internal processes needed to commit the current transaction |
void |
TransactionQueueManager.performCommit()
|
abstract void |
TransactionManager.performCommit()
Perform internal processes needed to commit the current transaction |
void |
TransactionQueue.push(ITransaction transaction,
boolean saveTransaction)
|
void |
RDBPersistedTransactionQueue.push(ITransaction transaction,
boolean saveTransaction)
|
void |
TransactionQueue.queueCurrentTransaction()
|
void |
TransactionNamedGraphProxy.redo()
|
void |
RDBPersistedCommand.save()
|
void |
TransactionCommand.save()
|
void |
RDBPersistedTransaction.save()
|
void |
Transaction. |