public class ArrayDefPOATie extends ArrayDefPOA
Constructor and Description |
---|
ArrayDefPOATie(ArrayDefOperations delegate) |
ArrayDefPOATie(ArrayDefOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
ArrayDefOperations |
_delegate() |
void |
_delegate(ArrayDefOperations delegate) |
DefinitionKind |
def_kind() |
void |
destroy() |
IDLType |
element_type_def() |
void |
element_type_def(IDLType newElement_type_def) |
TypeCode |
element_type() |
int |
length() |
void |
length(int newLength) |
TypeCode |
type() |
_all_interfaces, _invoke, _this, _this
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public ArrayDefPOATie(ArrayDefOperations delegate)
public ArrayDefPOATie(ArrayDefOperations delegate, POA poa)
public ArrayDefOperations _delegate()
public void _delegate(ArrayDefOperations delegate)
public POA _default_POA()
Servant
_default_POA
in class Servant
default_POA
the POA associated with the
Servant
.public int length()
public void length(int newLength)
public TypeCode element_type()
public IDLType element_type_def()
public void element_type_def(IDLType newElement_type_def)
public TypeCode type()
public DefinitionKind def_kind()
public void destroy()
Copyright © 2017 JBoss by Red Hat. All rights reserved.