org.openorb.trader.persistence
Interface LinkRepositoryHomeOperations

All Superinterfaces:
org.omg.CosPersistentState.StorageHomeBaseOperations
All Known Subinterfaces:
LinkRepositoryHome

public interface LinkRepositoryHomeOperations
extends org.omg.CosPersistentState.StorageHomeBaseOperations

Link repository home description


Method Summary
 LinkRepository create(java.lang.String name, LinkRef[] links)
          Operation create
 LinkRepository find_by_name(java.lang.String name)
          Operation find_by_name
 LinkRepositoryRef find_ref_by_name(java.lang.String name)
          Operation find_ref_by_name
 
Methods inherited from interface org.omg.CosPersistentState.StorageHomeBaseOperations
find_by_short_pid, get_catalog
 

Method Detail

find_by_name

LinkRepository find_by_name(java.lang.String name)
                            throws org.omg.CosPersistentState.NotFound
Operation find_by_name

Throws:
org.omg.CosPersistentState.NotFound

find_ref_by_name

LinkRepositoryRef find_ref_by_name(java.lang.String name)
Operation find_ref_by_name


create

LinkRepository create(java.lang.String name,
                      LinkRef[] links)
Operation create