org.omg.DynamicAny
Interface DynAnyOperations

All Known Subinterfaces:
DynAny, DynArray, DynArrayOperations, DynEnum, DynEnumOperations, DynFixed, DynFixedOperations, DynSequence, DynSequenceOperations, DynStruct, DynStructOperations, DynUnion, DynUnionOperations, DynValue, DynValueBox, DynValueBoxOperations, DynValueCommon, DynValueCommonOperations, DynValueOperations

public interface DynAnyOperations


Method Summary
 void assign(DynAny dyn_any)
           
 int component_count()
           
 DynAny copy()
           
 DynAny current_component()
           
 void destroy()
           
 boolean equal(DynAny dyn_any)
           
 void from_any(Any value)
           
 Object get_abstract()
           
 Any get_any()
           
 boolean[] get_boolean_seq()
           
 boolean get_boolean()
           
 char[] get_char_seq()
           
 char get_char()
           
 double[] get_double_seq()
           
 double get_double()
           
 DynAny get_dyn_any()
           
 float[] get_float_seq()
           
 float get_float()
           
 int[] get_long_seq()
           
 int get_long()
           
 long[] get_longlong_seq()
           
 long get_longlong()
           
 byte[] get_octet_seq()
           
 byte get_octet()
           
 Object get_reference()
           
 short[] get_short_seq()
           
 short get_short()
           
 String get_string()
           
 TypeCode get_typecode()
           
 int[] get_ulong_seq()
           
 int get_ulong()
           
 long[] get_ulonglong_seq()
           
 long get_ulonglong()
           
 short[] get_ushort_seq()
           
 short get_ushort()
           
 Serializable get_val()
           
 char[] get_wchar_seq()
           
 char get_wchar()
           
 String get_wstring()
           
 void insert_abstract(Object value)
           
 void insert_any(Any value)
           
 void insert_boolean_seq(boolean[] value)
           
 void insert_boolean(boolean value)
           
 void insert_char_seq(char[] value)
           
 void insert_char(char value)
           
 void insert_double_seq(double[] value)
           
 void insert_double(double value)
           
 void insert_dyn_any(DynAny value)
           
 void insert_float_seq(float[] value)
           
 void insert_float(float value)
           
 void insert_long_seq(int[] value)
           
 void insert_long(int value)
           
 void insert_longlong_seq(long[] value)
           
 void insert_longlong(long value)
           
 void insert_octet_seq(byte[] value)
           
 void insert_octet(byte value)
           
 void insert_reference(Object value)
           
 void insert_short_seq(short[] value)
           
 void insert_short(short value)
           
 void insert_string(String value)
           
 void insert_typecode(TypeCode value)
           
 void insert_ulong_seq(int[] value)
           
 void insert_ulong(int value)
           
 void insert_ulonglong_seq(long[] value)
           
 void insert_ulonglong(long value)
           
 void insert_ushort_seq(short[] value)
           
 void insert_ushort(short value)
           
 void insert_val(Serializable value)
           
 void insert_wchar_seq(char[] value)
           
 void insert_wchar(char value)
           
 void insert_wstring(String value)
           
 boolean next()
           
 void rewind()
           
 boolean seek(int index)
           
 Any to_any()
           
 TypeCode type()
           
 

Method Detail

type

TypeCode type()

assign

void assign(DynAny dyn_any)
            throws TypeMismatch
Throws:
TypeMismatch

from_any

void from_any(Any value)
              throws TypeMismatch,
                     InvalidValue
Throws:
TypeMismatch
InvalidValue

to_any

Any to_any()

equal

boolean equal(DynAny dyn_any)

destroy

void destroy()

copy

DynAny copy()

insert_boolean

void insert_boolean(boolean value)
                    throws TypeMismatch,
                           InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_octet

void insert_octet(byte value)
                  throws TypeMismatch,
                         InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_char

void insert_char(char value)
                 throws TypeMismatch,
                        InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_short

void insert_short(short value)
                  throws TypeMismatch,
                         InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_ushort

void insert_ushort(short value)
                   throws TypeMismatch,
                          InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_long

void insert_long(int value)
                 throws TypeMismatch,
                        InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_ulong

void insert_ulong(int value)
                  throws TypeMismatch,
                         InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_float

void insert_float(float value)
                  throws TypeMismatch,
                         InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_double

void insert_double(double value)
                   throws TypeMismatch,
                          InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_string

void insert_string(String value)
                   throws TypeMismatch,
                          InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_reference

void insert_reference(Object value)
                      throws TypeMismatch,
                             InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_typecode

void insert_typecode(TypeCode value)
                     throws TypeMismatch,
                            InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_longlong

void insert_longlong(long value)
                     throws TypeMismatch,
                            InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_ulonglong

void insert_ulonglong(long value)
                      throws TypeMismatch,
                             InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_wchar

void insert_wchar(char value)
                  throws TypeMismatch,
                         InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_wstring

void insert_wstring(String value)
                    throws TypeMismatch,
                           InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_any

void insert_any(Any value)
                throws TypeMismatch,
                       InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_dyn_any

void insert_dyn_any(DynAny value)
                    throws TypeMismatch,
                           InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_val

void insert_val(Serializable value)
                throws TypeMismatch,
                       InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_abstract

void insert_abstract(Object value)
                     throws TypeMismatch,
                            InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_boolean_seq

void insert_boolean_seq(boolean[] value)
                        throws TypeMismatch,
                               InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_octet_seq

void insert_octet_seq(byte[] value)
                      throws TypeMismatch,
                             InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_char_seq

void insert_char_seq(char[] value)
                     throws TypeMismatch,
                            InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_wchar_seq

void insert_wchar_seq(char[] value)
                      throws TypeMismatch,
                             InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_short_seq

void insert_short_seq(short[] value)
                      throws TypeMismatch,
                             InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_ushort_seq

void insert_ushort_seq(short[] value)
                       throws TypeMismatch,
                              InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_long_seq

void insert_long_seq(int[] value)
                     throws TypeMismatch,
                            InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_ulong_seq

void insert_ulong_seq(int[] value)
                      throws TypeMismatch,
                             InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_longlong_seq

void insert_longlong_seq(long[] value)
                         throws TypeMismatch,
                                InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_ulonglong_seq

void insert_ulonglong_seq(long[] value)
                          throws TypeMismatch,
                                 InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_float_seq

void insert_float_seq(float[] value)
                      throws TypeMismatch,
                             InvalidValue
Throws:
TypeMismatch
InvalidValue

insert_double_seq

void insert_double_seq(double[] value)
                       throws TypeMismatch,
                              InvalidValue
Throws:
TypeMismatch
InvalidValue

get_boolean

boolean get_boolean()
                    throws TypeMismatch,
                           InvalidValue
Throws:
TypeMismatch
InvalidValue

get_octet

byte get_octet()
               throws TypeMismatch,
                      InvalidValue
Throws:
TypeMismatch
InvalidValue

get_char

char get_char()
              throws TypeMismatch,
                     InvalidValue
Throws:
TypeMismatch
InvalidValue

get_short

short get_short()
                throws TypeMismatch,
                       InvalidValue
Throws:
TypeMismatch
InvalidValue

get_ushort

short get_ushort()
                 throws TypeMismatch,
                        InvalidValue
Throws:
TypeMismatch
InvalidValue

get_long

int get_long()
             throws TypeMismatch,
                    InvalidValue
Throws:
TypeMismatch
InvalidValue

get_ulong

int get_ulong()
              throws TypeMismatch,
                     InvalidValue
Throws:
TypeMismatch
InvalidValue

get_float

float get_float()
                throws TypeMismatch,
                       InvalidValue
Throws:
TypeMismatch
InvalidValue

get_double

double get_double()
                  throws TypeMismatch,
                         InvalidValue
Throws:
TypeMismatch
InvalidValue

get_string

String get_string()
                  throws TypeMismatch,
                         InvalidValue
Throws:
TypeMismatch
InvalidValue

get_reference

Object get_reference()
                     throws TypeMismatch,
                            InvalidValue
Throws:
TypeMismatch
InvalidValue

get_typecode

TypeCode get_typecode()
                      throws TypeMismatch,
                             InvalidValue
Throws:
TypeMismatch
InvalidValue

get_longlong

long get_longlong()
                  throws TypeMismatch,
                         InvalidValue
Throws:
TypeMismatch
InvalidValue

get_ulonglong

long get_ulonglong()
                   throws TypeMismatch,
                          InvalidValue
Throws:
TypeMismatch
InvalidValue

get_wchar

char get_wchar()
               throws TypeMismatch,
                      InvalidValue
Throws:
TypeMismatch
InvalidValue

get_wstring

String get_wstring()
                   throws TypeMismatch,
                          InvalidValue
Throws:
TypeMismatch
InvalidValue

get_any

Any get_any()
            throws TypeMismatch,
                   InvalidValue
Throws:
TypeMismatch
InvalidValue

get_dyn_any

DynAny get_dyn_any()
                   throws TypeMismatch,
                          InvalidValue
Throws:
TypeMismatch
InvalidValue

get_val

Serializable get_val()
                     throws TypeMismatch,
                            InvalidValue
Throws:
TypeMismatch
InvalidValue

get_abstract

Object get_abstract()
                    throws TypeMismatch,
                           InvalidValue
Throws:
TypeMismatch
InvalidValue

get_boolean_seq

boolean[] get_boolean_seq()
                          throws TypeMismatch,
                                 InvalidValue
Throws:
TypeMismatch
InvalidValue

get_octet_seq

byte[] get_octet_seq()
                     throws TypeMismatch,
                            InvalidValue
Throws:
TypeMismatch
InvalidValue

get_char_seq

char[] get_char_seq()
                    throws TypeMismatch,
                           InvalidValue
Throws:
TypeMismatch
InvalidValue

get_wchar_seq

char[] get_wchar_seq()
                     throws TypeMismatch,
                            InvalidValue
Throws:
TypeMismatch
InvalidValue

get_short_seq

short[] get_short_seq()
                      throws TypeMismatch,
                             InvalidValue
Throws:
TypeMismatch
InvalidValue

get_ushort_seq

short[] get_ushort_seq()
                       throws TypeMismatch,
                              InvalidValue
Throws:
TypeMismatch
InvalidValue

get_long_seq

int[] get_long_seq()
                   throws TypeMismatch,
                          InvalidValue
Throws:
TypeMismatch
InvalidValue

get_ulong_seq

int[] get_ulong_seq()
                    throws TypeMismatch,
                           InvalidValue
Throws:
TypeMismatch
InvalidValue

get_longlong_seq

long[] get_longlong_seq()
                        throws TypeMismatch,
                               InvalidValue
Throws:
TypeMismatch
InvalidValue

get_ulonglong_seq

long[] get_ulonglong_seq()
                         throws TypeMismatch,
                                InvalidValue
Throws:
TypeMismatch
InvalidValue

get_float_seq

float[] get_float_seq()
                      throws TypeMismatch,
                             InvalidValue
Throws:
TypeMismatch
InvalidValue

get_double_seq

double[] get_double_seq()
                        throws TypeMismatch,
                               InvalidValue
Throws:
TypeMismatch
InvalidValue

seek

boolean seek(int index)

rewind

void rewind()

next

boolean next()

component_count

int component_count()

current_component

DynAny current_component()
                         throws TypeMismatch
Throws:
TypeMismatch


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.