org.openorb.trader.persistence
Interface ServiceType

All Superinterfaces:
org.omg.CosPersistentState.StorageObject

public interface ServiceType
extends org.omg.CosPersistentState.StorageObject

Service Type persistent states


Method Summary
 boolean masked()
           
 void masked(boolean arg)
           
 java.lang.String name()
           
 void name(java.lang.String arg)
           
 ServiceTypeRef[] subTypes()
           
 ServiceTypeRef[] subTypes(org.omg.CosPersistentState.ForUpdate fu)
           
 void subTypes(ServiceTypeRef[] arg)
           
 ServiceTypeRef[] superTypes()
           
 ServiceTypeRef[] superTypes(org.omg.CosPersistentState.ForUpdate fu)
           
 void superTypes(ServiceTypeRef[] arg)
           
 TypeStruct typeStruct()
           
 TypeStruct typeStruct(org.omg.CosPersistentState.ForUpdate fu)
           
 void typeStruct(TypeStruct 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)

typeStruct

TypeStruct typeStruct()

typeStruct

TypeStruct typeStruct(org.omg.CosPersistentState.ForUpdate fu)

typeStruct

void typeStruct(TypeStruct arg)

masked

boolean masked()

masked

void masked(boolean arg)

superTypes

ServiceTypeRef[] superTypes()

superTypes

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

superTypes

void superTypes(ServiceTypeRef[] arg)

subTypes

ServiceTypeRef[] subTypes()

subTypes

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

subTypes

void subTypes(ServiceTypeRef[] arg)