org.openorb.trader.persistence
Interface OfferRepository
- All Superinterfaces:
- org.omg.CosPersistentState.StorageObject
public interface OfferRepository
- extends org.omg.CosPersistentState.StorageObject
Offer Repository
Methods inherited from interface org.omg.CosPersistentState.StorageObject |
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists |
name
java.lang.String name()
name
void name(java.lang.String arg)
offers
OfferRef[] offers()
offers
OfferRef[] offers(org.omg.CosPersistentState.ForUpdate fu)
offers
void offers(OfferRef[] arg)
proxies
ProxyOfferRef[] proxies()
proxies
ProxyOfferRef[] proxies(org.omg.CosPersistentState.ForUpdate fu)
proxies
void proxies(ProxyOfferRef[] arg)