org.openrdf.http.protocol.transaction.operations
Interface TransactionOperation

All Known Implementing Classes:
AddStatementOperation, ClearNamespacesOperation, ClearOperation, ContextOperation, RemoveNamespaceOperation, RemoveStatementsOperation, SetNamespaceOperation, StatementOperation

public interface TransactionOperation

An update operation that is part of a transaction.

Author:
Arjohn Kampman, Leo Sauermann

Method Summary
 void execute(RepositoryConnection con)
          Executes this operation on the supplied connection.
 

Method Detail

execute

void execute(RepositoryConnection con)
             throws RepositoryException
Executes this operation on the supplied connection.

Parameters:
con - The connection the operation should be performed on.
Throws:
RepositoryException - If such an exception is thrown by the connection while executing the operation.


Copyright © 2001-2008 Aduna. All Rights Reserved.