public class PrimitiveDefPOATie extends PrimitiveDefPOA
| Constructor and Description |
|---|
PrimitiveDefPOATie(PrimitiveDefOperations delegate) |
PrimitiveDefPOATie(PrimitiveDefOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
PrimitiveDefOperations |
_delegate() |
void |
_delegate(PrimitiveDefOperations delegate) |
DefinitionKind |
def_kind()
Returns the
DefinitionKind corresponding to this Interface Repository object. |
void |
destroy()
Destroys this object.
|
PrimitiveKind |
kind() |
TypeCode |
type()
The type attribute describes the type defined by an object
derived from
IDLType. |
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic PrimitiveDefPOATie(PrimitiveDefOperations delegate)
public PrimitiveDefPOATie(PrimitiveDefOperations delegate, POA poa)
public PrimitiveDefOperations _delegate()
public void _delegate(PrimitiveDefOperations delegate)
public POA _default_POA()
Servant_default_POA in class Servantdefault_POA the POA associated with the
Servant.public PrimitiveKind kind()
public TypeCode type()
IDLTypeOperationsIDLType.TypeCode defined by this object.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.