org.omg.CosTradingRepos
Interface ServiceTypeRepositoryOperations
- All Known Subinterfaces:
- ServiceTypeRepository
- All Known Implementing Classes:
- _ServiceTypeRepositoryStub, ServiceTypeRepositoryPOA
- public interface ServiceTypeRepositoryOperations
Generated from IDL interface "ServiceTypeRepository"
- Author:
- JacORB IDL compiler V 2.2.3, 10-Dec-2005
incarnation
public IncarnationNumber incarnation()
add_type
public IncarnationNumber add_type(java.lang.String name,
java.lang.String if_name,
PropStruct[] props,
java.lang.String[] super_types)
throws DuplicateServiceTypeName,
UnknownServiceType,
ValueTypeRedefinition,
DuplicatePropertyName,
IllegalPropertyName,
IllegalServiceType,
ServiceTypeExists,
InterfaceTypeMismatch
- Throws:
DuplicateServiceTypeName
UnknownServiceType
ValueTypeRedefinition
DuplicatePropertyName
IllegalPropertyName
IllegalServiceType
ServiceTypeExists
InterfaceTypeMismatch
remove_type
public void remove_type(java.lang.String name)
throws UnknownServiceType,
IllegalServiceType,
HasSubTypes
- Throws:
UnknownServiceType
IllegalServiceType
HasSubTypes
list_types
public java.lang.String[] list_types(SpecifiedServiceTypes which_types)
describe_type
public TypeStruct describe_type(java.lang.String name)
throws UnknownServiceType,
IllegalServiceType
- Throws:
UnknownServiceType
IllegalServiceType
fully_describe_type
public TypeStruct fully_describe_type(java.lang.String name)
throws UnknownServiceType,
IllegalServiceType
- Throws:
UnknownServiceType
IllegalServiceType
mask_type
public void mask_type(java.lang.String name)
throws UnknownServiceType,
IllegalServiceType,
AlreadyMasked
- Throws:
UnknownServiceType
IllegalServiceType
AlreadyMasked
unmask_type
public void unmask_type(java.lang.String name)
throws UnknownServiceType,
NotMasked,
IllegalServiceType
- Throws:
UnknownServiceType
NotMasked
IllegalServiceType