org.omg.CosTradingRepos
Class _ServiceTypeRepositoryStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.CosTradingRepos._ServiceTypeRepositoryStub
- All Implemented Interfaces:
- IDLEntity, Object, java.io.Serializable, ServiceTypeRepository, ServiceTypeRepositoryOperations
- public class _ServiceTypeRepositoryStub
- extends ObjectImpl
- implements ServiceTypeRepository
Generated from IDL interface "ServiceTypeRepository"
- Author:
- JacORB IDL compiler V 2.2.3, 10-Dec-2005
- See Also:
- Serialized Form
Field Summary |
static java.lang.Class |
_opsClass
|
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
_opsClass
public static final java.lang.Class _opsClass
_ServiceTypeRepositoryStub
public _ServiceTypeRepositoryStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids
in class ObjectImpl
mask_type
public void mask_type(java.lang.String name)
throws UnknownServiceType,
IllegalServiceType,
AlreadyMasked
- Specified by:
mask_type
in interface ServiceTypeRepositoryOperations
- Throws:
UnknownServiceType
IllegalServiceType
AlreadyMasked
unmask_type
public void unmask_type(java.lang.String name)
throws UnknownServiceType,
NotMasked,
IllegalServiceType
- Specified by:
unmask_type
in interface ServiceTypeRepositoryOperations
- Throws:
UnknownServiceType
NotMasked
IllegalServiceType
describe_type
public TypeStruct describe_type(java.lang.String name)
throws UnknownServiceType,
IllegalServiceType
- Specified by:
describe_type
in interface ServiceTypeRepositoryOperations
- Throws:
UnknownServiceType
IllegalServiceType
list_types
public java.lang.String[] list_types(SpecifiedServiceTypes which_types)
- Specified by:
list_types
in interface ServiceTypeRepositoryOperations
remove_type
public void remove_type(java.lang.String name)
throws UnknownServiceType,
IllegalServiceType,
HasSubTypes
- Specified by:
remove_type
in interface ServiceTypeRepositoryOperations
- Throws:
UnknownServiceType
IllegalServiceType
HasSubTypes
incarnation
public IncarnationNumber incarnation()
- Specified by:
incarnation
in interface ServiceTypeRepositoryOperations
fully_describe_type
public TypeStruct fully_describe_type(java.lang.String name)
throws UnknownServiceType,
IllegalServiceType
- Specified by:
fully_describe_type
in interface ServiceTypeRepositoryOperations
- Throws:
UnknownServiceType
IllegalServiceType
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
- Specified by:
add_type
in interface ServiceTypeRepositoryOperations
- Throws:
DuplicateServiceTypeName
UnknownServiceType
ValueTypeRedefinition
DuplicatePropertyName
IllegalPropertyName
IllegalServiceType
ServiceTypeExists
InterfaceTypeMismatch