|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.omg.CosTradingRepos._ServiceTypeRepositoryStub
public class _ServiceTypeRepositoryStub
Interface definition: ServiceTypeRepository.
Constructor Summary | |
---|---|
_ServiceTypeRepositoryStub()
|
Method Summary | |
---|---|
java.lang.String[] |
_ids()
|
IncarnationNumber |
add_type(java.lang.String name,
java.lang.String if_name,
PropStruct[] props,
java.lang.String[] super_types)
Operation add_type |
TypeStruct |
describe_type(java.lang.String name)
Operation describe_type |
TypeStruct |
fully_describe_type(java.lang.String name)
Operation fully_describe_type |
IncarnationNumber |
incarnation()
Read accessor for incarnation attribute |
java.lang.String[] |
list_types(SpecifiedServiceTypes which_types)
Operation list_types |
void |
mask_type(java.lang.String name)
Operation mask_type |
void |
remove_type(java.lang.String name)
Operation remove_type |
void |
unmask_type(java.lang.String name)
Operation unmask_type |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
---|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _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 |
---|
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_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
Constructor Detail |
---|
public _ServiceTypeRepositoryStub()
Method Detail |
---|
public java.lang.String[] _ids()
_ids
in class org.omg.CORBA.portable.ObjectImpl
public IncarnationNumber incarnation()
incarnation
in interface ServiceTypeRepositoryOperations
public IncarnationNumber add_type(java.lang.String name, java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types) throws IllegalServiceType, ServiceTypeExists, InterfaceTypeMismatch, IllegalPropertyName, DuplicatePropertyName, ValueTypeRedefinition, UnknownServiceType, DuplicateServiceTypeName
add_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
ServiceTypeExists
InterfaceTypeMismatch
IllegalPropertyName
DuplicatePropertyName
ValueTypeRedefinition
UnknownServiceType
DuplicateServiceTypeName
public void remove_type(java.lang.String name) throws IllegalServiceType, UnknownServiceType, HasSubTypes
remove_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
UnknownServiceType
HasSubTypes
public java.lang.String[] list_types(SpecifiedServiceTypes which_types)
list_types
in interface ServiceTypeRepositoryOperations
public TypeStruct describe_type(java.lang.String name) throws IllegalServiceType, UnknownServiceType
describe_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
UnknownServiceType
public TypeStruct fully_describe_type(java.lang.String name) throws IllegalServiceType, UnknownServiceType
fully_describe_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
UnknownServiceType
public void mask_type(java.lang.String name) throws IllegalServiceType, UnknownServiceType, AlreadyMasked
mask_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
UnknownServiceType
AlreadyMasked
public void unmask_type(java.lang.String name) throws IllegalServiceType, UnknownServiceType, NotMasked
unmask_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
UnknownServiceType
NotMasked
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |