com.atomikos.persistence
Interface ObjectImage

All Superinterfaces:
Externalizable, Identifiable, Serializable

public interface ObjectImage
extends Externalizable, Identifiable

An ObjectImage is a loggable state that can be managed by an ObjectLog.


Method Summary
 Recoverable restore()
          Restore an equivalent replica of the original instance.
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 
Methods inherited from interface com.atomikos.util.Identifiable
getId
 

Method Detail

restore

Recoverable restore()
Restore an equivalent replica of the original instance. Called by ObjectLog on recovering the object.

Returns:
Recoverable An equivalent replica of the original.


Copyright © 2011. All Rights Reserved.