public class _OperationDefStub extends ObjectImpl implements OperationDef
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class |
_opsClass |
| Constructor and Description |
|---|
_OperationDefStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
java.lang.String |
absolute_name() |
Repository |
containing_repository() |
java.lang.String[] |
contexts() |
void |
contexts(java.lang.String[] a) |
DefinitionKind |
def_kind() |
Container |
defined_in() |
Description |
describe() |
void |
destroy() |
ExceptionDef[] |
exceptions() |
void |
exceptions(ExceptionDef[] a) |
java.lang.String |
id() |
void |
id(java.lang.String a) |
OperationMode |
mode() |
void |
mode(OperationMode a) |
void |
move(Container new_container,
java.lang.String new_name,
java.lang.String new_version) |
java.lang.String |
name() |
void |
name(java.lang.String a) |
ParameterDescription[] |
params() |
void |
params(ParameterDescription[] a) |
IDLType |
result_def() |
void |
result_def(IDLType a) |
TypeCode |
result() |
java.lang.String |
version() |
void |
version(java.lang.String a) |
_create_request, _create_request, _duplicate, _get_component, _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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic java.lang.String[] _ids()
_ids in class ObjectImplpublic Repository containing_repository()
containing_repository in interface ContainedOperationspublic DefinitionKind def_kind()
def_kind in interface IRObjectOperationspublic java.lang.String absolute_name()
absolute_name in interface ContainedOperationspublic java.lang.String name()
name in interface ContainedOperationspublic void name(java.lang.String a)
name in interface ContainedOperationspublic void params(ParameterDescription[] a)
params in interface OperationDefOperationspublic IDLType result_def()
result_def in interface OperationDefOperationspublic java.lang.String[] contexts()
contexts in interface OperationDefOperationspublic Container defined_in()
defined_in in interface ContainedOperationspublic OperationMode mode()
mode in interface OperationDefOperationspublic java.lang.String version()
version in interface ContainedOperationspublic void result_def(IDLType a)
result_def in interface OperationDefOperationspublic void version(java.lang.String a)
version in interface ContainedOperationspublic Description describe()
describe in interface ContainedOperationspublic ParameterDescription[] params()
params in interface OperationDefOperationspublic java.lang.String id()
id in interface ContainedOperationspublic void move(Container new_container, java.lang.String new_name, java.lang.String new_version)
move in interface ContainedOperationspublic TypeCode result()
result in interface OperationDefOperationspublic void contexts(java.lang.String[] a)
contexts in interface OperationDefOperationspublic void mode(OperationMode a)
mode in interface OperationDefOperationspublic void destroy()
destroy in interface IRObjectOperationspublic ExceptionDef[] exceptions()
exceptions in interface OperationDefOperationspublic void exceptions(ExceptionDef[] a)
exceptions in interface OperationDefOperationspublic void id(java.lang.String a)
id in interface ContainedOperations