org.openrdf.http.protocol.transaction.operations
Class ClearNamespacesOperation
java.lang.Object
org.openrdf.http.protocol.transaction.operations.ClearNamespacesOperation
- All Implemented Interfaces:
- TransactionOperation
public class ClearNamespacesOperation
- extends Object
- implements TransactionOperation
Operation that removes all namespace declarations.
- Author:
- Arjohn Kampman, Leo Sauermann
ClearNamespacesOperation
public ClearNamespacesOperation()
execute
public void execute(RepositoryConnection con)
throws RepositoryException
- Description copied from interface:
TransactionOperation
- Executes this operation on the supplied connection.
- Specified by:
execute in interface TransactionOperation
- 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.
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2012 Aduna. All Rights Reserved.