com.atomikos.util
Interface Identifiable

All Known Subinterfaces:
ObjectImage, Recoverable, StateRecoverable
All Known Implementing Classes:
CoordinatorImp

public interface Identifiable

Identifiable objects are those that have a unique object ID, which can be application-dependent. Ideally, this ID can be used to reference the object, even after it has been moved to stable storage.


Method Summary
 Object getId()
          Get the id.
 

Method Detail

getId

Object getId()
Get the id.

Returns:
Object The id, should be the same as returned by the corresponding logimage.


Copyright © 2011. All Rights Reserved.