public class ValueMemberDefPOATie extends ValueMemberDefPOA
| Constructor and Description |
|---|
ValueMemberDefPOATie(ValueMemberDefOperations delegate) |
ValueMemberDefPOATie(ValueMemberDefOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
ValueMemberDefOperations |
_delegate() |
void |
_delegate(ValueMemberDefOperations delegate) |
String |
absolute_name() |
short |
access() |
void |
access(short newAccess) |
Repository |
containing_repository() |
DefinitionKind |
def_kind()
Returns the
DefinitionKind corresponding to this Interface Repository object. |
Container |
defined_in() |
Description |
describe() |
void |
destroy()
Destroys this object.
|
String |
id() |
void |
id(String newId) |
void |
move(Container new_container,
String new_name,
String new_version) |
String |
name() |
void |
name(String newName) |
IDLType |
type_def() |
void |
type_def(IDLType newType_def) |
TypeCode |
type() |
String |
version() |
void |
version(String newVersion) |
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic ValueMemberDefPOATie(ValueMemberDefOperations delegate)
public ValueMemberDefPOATie(ValueMemberDefOperations delegate, POA poa)
public ValueMemberDefOperations _delegate()
public void _delegate(ValueMemberDefOperations delegate)
public POA _default_POA()
Servant_default_POA in class Servantdefault_POA the POA associated with the
Servant.public TypeCode type()
public IDLType type_def()
public void type_def(IDLType newType_def)
public short access()
public void access(short newAccess)
public String id()
public void id(String newId)
public String name()
public void name(String newName)
public String version()
public void version(String newVersion)
public Container defined_in()
public String absolute_name()
public Repository containing_repository()
public Description describe()
public DefinitionKind def_kind()
IRObjectOperationsDefinitionKind corresponding to this Interface Repository object.DefinitionKind corresponding to this Interface Repository object.public void destroy()
IRObjectOperationsRepository or on a PrimitiveDef
then the BAD_INV_ORDER exception is raised with minor value 2.
An attempt to destroy an object that would leave the repository in an
incoherent state causes BAD_INV_ORDER exception to be raised
with the minor code 1.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.