com.atomikos.persistence.imp
Class AbstractObjectLog

java.lang.Object
  extended by com.atomikos.persistence.imp.AbstractObjectLog
All Implemented Interfaces:
ObjectLog
Direct Known Subclasses:
StreamObjectLog

public abstract class AbstractObjectLog
extends Object
implements ObjectLog


Constructor Summary
AbstractObjectLog()
           
 
Method Summary
abstract  void flush(SystemLogImage img, boolean shouldSync)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atomikos.persistence.ObjectLog
close, delete, flush, init, recover, recover
 

Constructor Detail

AbstractObjectLog

public AbstractObjectLog()
Method Detail

flush

public abstract void flush(SystemLogImage img,
                           boolean shouldSync)
                    throws LogException
Throws:
LogException


Copyright © 2014. All Rights Reserved.