org.openorb.pss.connector.memory
public interface PersistentObjectHome
Method Summary | |
---|---|
StorageObjectRef | create_reference(byte[] pid)
Create a storage type reference |
StorageObject | deref(PID pid)
Return the storage type associated to a reference |
PID | getPID()
Return the home PID |
Object[] | get_incarnations()
Returns all incarnations |
boolean | is_stored(PID pid)
Return TRUE if a storage type is stored ( tested from its PID ). |
void | remove_storage_type(PID pid)
Remove a storage type |
void | setPersistentLinks(CatalogBase catalog, PID pid)
Set some information after incarnation |