org.omg.CosPersistentState
Interface StorageObjectRef


public interface StorageObjectRef


Method Summary
 StorageObject deref()
           
 void destroy_object()
           
 byte[] get_pid()
           
 byte[] get_short_pid()
           
 StorageHomeBase get_storage_home()
           
 boolean object_exists()
           
 

Method Detail

deref

StorageObject deref()

destroy_object

void destroy_object()

object_exists

boolean object_exists()

get_pid

byte[] get_pid()

get_short_pid

byte[] get_short_pid()

get_storage_home

StorageHomeBase get_storage_home()