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
| Methods inherited from interface org.omg.CosPersistentState.StorageHomeBaseOperations |
find_by_short_pid, get_catalog |
find_by_name
public LinkRepository find_by_name(java.lang.String name)
throws org.omg.CosPersistentState.NotFound
- Operation find_by_name
find_ref_by_name
public LinkRepositoryRef find_ref_by_name(java.lang.String name)
- Operation find_ref_by_name
create
public LinkRepository create(java.lang.String name,
LinkRef[] links)
- Operation create