org.openorb.trader.persistence
Interface ServiceTypeRepositoryHomeOperations

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

public interface ServiceTypeRepositoryHomeOperations
extends org.omg.CosPersistentState.StorageHomeBaseOperations

Service Type Repository home description


Method Summary
 ServiceTypeRepository create(java.lang.String name, ServiceTypeRef[] services)
          Operation create
 ServiceTypeRepository find_by_name(java.lang.String name)
          Operation find_by_name
 ServiceTypeRepositoryRef 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

ServiceTypeRepository 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

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


create

ServiceTypeRepository create(java.lang.String name,
                             ServiceTypeRef[] services)
Operation create