com.atomikos.persistence
Interface Recoverable

All Superinterfaces:
Identifiable
All Known Subinterfaces:
StateRecoverable
All Known Implementing Classes:
CoordinatorImp

public interface Recoverable
extends Identifiable

Recoverable interface: supports images for object reconstruction.


Method Summary
 ObjectImage getObjectImage()
          Get an object image for this instance.
 
Methods inherited from interface com.atomikos.util.Identifiable
getId
 

Method Detail

getObjectImage

ObjectImage getObjectImage()
Get an object image for this instance. Allows later reconstruction of the instance.



Copyright © 2011. All Rights Reserved.