org.openrdf.elmo.sesame
Class SesameMemento

java.lang.Object
  extended by 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

Constructor Summary
SesameMemento(RepositoryConnection conn)
           
 
Method Summary
 void redo(ContextAwareConnection conn)
           
 void undo(RepositoryConnection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SesameMemento

public SesameMemento(RepositoryConnection conn)
              throws RepositoryException
Throws:
RepositoryException
Method Detail

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.