org.openrdf.http.protocol.transaction.operations
Class RemoveNamespaceOperation

java.lang.Object
  extended by org.openrdf.http.protocol.transaction.operations.RemoveNamespaceOperation
All Implemented Interfaces:
TransactionOperation

public class RemoveNamespaceOperation
extends java.lang.Object
implements TransactionOperation

Operation that removes the namespace for a specific prefix.

Author:
Arjohn Kampman, Leo Sauermann

Constructor Summary
RemoveNamespaceOperation()
           
RemoveNamespaceOperation(java.lang.String prefix)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 void execute(RepositoryConnection con)
          Executes this operation on the supplied connection.
 java.lang.String getPrefix()
           
 int hashCode()
           
 void setPrefix(java.lang.String prefix)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveNamespaceOperation

public RemoveNamespaceOperation()

RemoveNamespaceOperation

public RemoveNamespaceOperation(java.lang.String prefix)
Method Detail

getPrefix

public java.lang.String getPrefix()

setPrefix

public void setPrefix(java.lang.String prefix)

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(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2001-2010 Aduna. All Rights Reserved.