org.openrdf.elmo.sesame
Class SesameMemento
java.lang.Object
org.openrdf.elmo.sesame.SesameMemento
- All Implemented Interfaces:
- Memento
public class SesameMemento
- extends Object
- implements Memento
Wraps the RepositoryMemento for used in Elmo.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SesameMemento
public SesameMemento(RepositoryConnection conn)
throws RepositoryException
- Throws:
RepositoryException
undo
public void undo(RepositoryConnection conn)
throws RepositoryException
- Throws:
RepositoryException
redo
public void redo(ContextAwareConnection conn)
throws RepositoryException
- Throws:
RepositoryException
Copyright © 2004-2008 Aduna. All Rights Reserved.