|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CORBA.SequenceDefPOA
org.omg.CORBA.SequenceDefPOATie
A SequenceDef represents an IDL sequence type. As sequence types are anonymous, this interface is not derived from TypedefDef or Contained.
Constructor Summary | |
---|---|
SequenceDefPOATie(SequenceDefOperations tieObject)
|
|
SequenceDefPOATie(SequenceDefOperations tieObject,
POA poa)
|
Method Summary | |
---|---|
POA |
_default_POA()
|
SequenceDefOperations |
_delegate()
|
void |
_delegate(SequenceDefOperations delegate_)
|
int |
bound()
The lengthattribute specifies the maximum number of elements in the sequence. |
void |
bound(int value)
The lengthattribute specifies the maximum number of elements in the sequence. |
DefinitionKind |
def_kind()
The def_kind type_name attribute identifies the type of the definition. |
void |
destroy()
The destroy operation causes the object to cease to exist. |
IDLType |
element_type_def()
The inherited type attribute is a tk_sequence TypeCode describing the sequence. |
void |
element_type_def(IDLType value)
The inherited type attribute is a tk_sequence TypeCode describing the sequence. |
TypeCode |
element_type()
The type of the elements is described by element_type and identified by element_type_def. |
TypeCode |
type()
The type attribute describes the type defined by an object derived from IDLType. |
Methods inherited from class org.omg.CORBA.SequenceDefPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SequenceDefPOATie(SequenceDefOperations tieObject)
public SequenceDefPOATie(SequenceDefOperations tieObject, POA poa)
Method Detail |
public SequenceDefOperations _delegate()
public void _delegate(SequenceDefOperations delegate_)
public POA _default_POA()
_default_POA
in class Servant
public int bound()
SequenceDefOperations
public void bound(int value)
SequenceDefOperations
public TypeCode element_type()
SequenceDefOperations
public IDLType element_type_def()
SequenceDefOperations
public void element_type_def(IDLType value)
SequenceDefOperations
public TypeCode type()
IDLTypeOperations
public DefinitionKind def_kind()
IRObjectOperations
public void destroy()
IRObjectOperations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |