org.openorb.trader.persistence
Interface OfferRepositoryHomeOperations
- All Superinterfaces:
- org.omg.CosPersistentState.StorageHomeBaseOperations
- All Known Subinterfaces:
- OfferRepositoryHome
- public interface OfferRepositoryHomeOperations
- extends org.omg.CosPersistentState.StorageHomeBaseOperations
Offer Repository Home description
| Methods inherited from interface org.omg.CosPersistentState.StorageHomeBaseOperations |
find_by_short_pid, get_catalog |
find_by_name
public OfferRepository find_by_name(java.lang.String name)
throws org.omg.CosPersistentState.NotFound
- Operation find_by_name
find_ref_by_name
public OfferRepositoryRef find_ref_by_name(java.lang.String name)
- Operation find_ref_by_name
create
public OfferRepository create(java.lang.String name,
OfferRef[] offers,
ProxyOfferRef[] proxies)
- Operation create