|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.http.protocol.transaction.operations.ClearNamespacesOperation
public class ClearNamespacesOperation
Operation that removes all namespace declarations.
| Constructor Summary | |
|---|---|
ClearNamespacesOperation()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
void |
execute(RepositoryConnection con)
Executes this operation on the supplied connection. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClearNamespacesOperation()
| Method Detail |
|---|
public void execute(RepositoryConnection con)
throws RepositoryException
TransactionOperation
execute in interface TransactionOperationcon - The connection the operation should be performed on.
RepositoryException - If such an exception is thrown by the connection while executing
the operation.public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||