org.openorb.trader.persistence
Interface ServiceTypeRepository

All Superinterfaces:
org.omg.CosPersistentState.StorageObject

public interface ServiceTypeRepository
extends org.omg.CosPersistentState.StorageObject

Service Type Repository states


Method Summary
 java.lang.String name()
           
 void name(java.lang.String arg)
           
 ServiceTypeRef[] services()
           
 ServiceTypeRef[] services(org.omg.CosPersistentState.ForUpdate fu)
           
 void services(ServiceTypeRef[] arg)
           
 
Methods inherited from interface org.omg.CosPersistentState.StorageObject
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists
 

Method Detail

name

java.lang.String name()

name

void name(java.lang.String arg)

services

ServiceTypeRef[] services()

services

ServiceTypeRef[] services(org.omg.CosPersistentState.ForUpdate fu)

services

void services(ServiceTypeRef[] arg)