public final class DynSequence extends DynAny implements DynSequence
anyRepresentation, dynFactory, limit, logger, orb, pos, typeCode| Modifier and Type | Method and Description |
|---|---|
int |
component_count() |
DynAny |
current_component() |
void |
destroy() |
boolean |
equal(DynAny dyn_any)
Overrides equal() in DynAny
|
void |
from_any(Any value) |
DynAny[] |
get_elements_as_dyn_any() |
Any[] |
get_elements() |
int |
get_length() |
protected Any |
getRepresentation()
returns the DynAny's internal any representation,
overwrites
|
boolean |
next() |
boolean |
seek(int index) |
void |
set_elements_as_dyn_any(DynAny[] value) |
void |
set_elements(Any[] value) |
void |
set_length(int len) |
Any |
to_any() |
assign, checkDestroyed, copy, get_any, get_boolean_seq, get_boolean, get_char_seq, get_char, get_double_seq, get_double, get_dyn_any, get_float_seq, get_float, get_long_seq, get_long, get_longdouble_seq, get_longdouble, get_longlong_seq, get_longlong, get_octet_seq, get_octet, get_reference, get_short_seq, get_short, get_string, get_typecode, get_ulong_seq, get_ulong, get_ulonglong_seq, get_ulonglong, get_ushort_seq, get_ushort, get_val, get_wchar_seq, get_wchar, get_wstring, insert_any, insert_boolean_seq, insert_boolean, insert_char_seq, insert_char, insert_double_seq, insert_double, insert_dyn_any, insert_float_seq, insert_float, insert_long_seq, insert_long, insert_longdouble_seq, insert_longdouble, insert_longlong_seq, insert_longlong, insert_octet_seq, insert_octet, insert_reference, insert_short_seq, insert_short, insert_string, insert_typecode, insert_ulong_seq, insert_ulong, insert_ulonglong_seq, insert_ulonglong, insert_ushort_seq, insert_ushort, insert_val, insert_wchar_seq, insert_wchar, insert_wstring, rewind, type, unexpectedException_create_request, _create_request, _duplicate, _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_policy_override, validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassign, copy, get_any, get_boolean, get_char, get_double, get_dyn_any, get_float, get_long, get_longlong, get_octet, get_reference, get_short, get_string, get_typecode, get_ulong, get_ulonglong, get_ushort, get_val, get_wchar, get_wstring, insert_any, insert_boolean, insert_char, insert_double, insert_dyn_any, insert_float, insert_long, insert_longlong, insert_octet, insert_reference, insert_short, insert_string, insert_typecode, insert_ulong, insert_ulonglong, insert_ushort, insert_val, insert_wchar, insert_wstring, rewind, type_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic void from_any(Any value) throws InvalidValue, TypeMismatch
from_any in interface DynAnyOperationsfrom_any in class DynAnyInvalidValueTypeMismatchpublic Any to_any()
to_any in interface DynAnyOperationsto_any in class DynAnypublic boolean equal(DynAny dyn_any)
equal in interface DynAnyOperationsequal in class DynAnypublic int get_length()
get_length in interface DynSequenceOperationspublic void set_length(int len)
throws InvalidValue
set_length in interface DynSequenceOperationsInvalidValuepublic Any[] get_elements()
get_elements in interface DynSequenceOperationspublic void set_elements(Any[] value) throws TypeMismatch, InvalidValue
set_elements in interface DynSequenceOperationsTypeMismatchInvalidValuepublic DynAny[] get_elements_as_dyn_any()
get_elements_as_dyn_any in interface DynSequenceOperationspublic void set_elements_as_dyn_any(DynAny[] value) throws TypeMismatch, InvalidValue
set_elements_as_dyn_any in interface DynSequenceOperationsTypeMismatchInvalidValuepublic void destroy()
destroy in interface DynAnyOperationsdestroy in class DynAnyprotected Any getRepresentation()
getRepresentation in class DynAnypublic boolean next()
next in interface DynAnyOperationsnext in class DynAnypublic boolean seek(int index)
seek in interface DynAnyOperationsseek in class DynAnypublic DynAny current_component()
current_component in interface DynAnyOperationscurrent_component in class DynAnypublic int component_count()
component_count in interface DynAnyOperationscomponent_count in class DynAnyCopyright © 2017 JacORB. All rights reserved.