net.sf.jso.storage
Interface ObjectMetadata

All Superinterfaces:
ObjectData

public interface ObjectMetadata
extends ObjectData

Interface for handling an object's storable metadata to be managed by a object manager.


Method Summary
 PID getPID()
          Returns object's partition identification.
 java.util.Set getRefs()
          Returns object's target inter-partition references.
 
Methods inherited from interface net.sf.jso.storage.ObjectData
getObjectClass, getOID, getStorableClass
 

Method Detail

getPID

public PID getPID()
Returns object's partition identification.

Returns:
Object's partition identification.

getRefs

public java.util.Set getRefs()
Returns object's target inter-partition references.

Returns:
Object's target inter-partition references.