JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Class
org.omg.DynamicAny.DynAnyPackage.InvalidValue

Packages that use InvalidValue
org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with an any at runtime, and extraction of the primitive constituents of the data value. 
 

Uses of InvalidValue in org.omg.DynamicAny
 

Methods in org.omg.DynamicAny that throw InvalidValue
 Any _DynValueBoxStub.get_boxed_value()
          Returns the boxed value as an Any.
 DynAny _DynValueBoxStub.get_boxed_value_as_dyn_any()
          Returns the boxed value as a DynAny.
 void _DynValueBoxStub.from_any(Any value)
          Initializes the value associated with a DynAny object with the value contained in an any.
 void _DynValueBoxStub.insert_boolean(boolean value)
          Inserts a boolean value into the DynAny.
 void _DynValueBoxStub.insert_octet(byte value)
          Inserts a byte value into the DynAny.
 void _DynValueBoxStub.insert_char(char value)
          Inserts a char value into the DynAny.
 void _DynValueBoxStub.insert_short(short value)
          Inserts a short value into the DynAny.
 void _DynValueBoxStub.insert_ushort(short value)
          Inserts a short value into the DynAny.
 void _DynValueBoxStub.insert_long(int value)
          Inserts an integer value into the DynAny.
 void _DynValueBoxStub.insert_ulong(int value)
          Inserts an integer value into the DynAny.
 void _DynValueBoxStub.insert_float(float value)
          Inserts a float value into the DynAny.
 void _DynValueBoxStub.insert_double(double value)
          Inserts a double value into the DynAny.
 void _DynValueBoxStub.insert_string(String value)
          Inserts a string value into the DynAny.
 void _DynValueBoxStub.insert_reference(Object value)
          Inserts a reference to a CORBA object into the DynAny.
 void _DynValueBoxStub.insert_typecode(TypeCode value)
          Inserts a TypeCode object into the DynAny.
 void _DynValueBoxStub.insert_longlong(long value)
          Inserts a long value into the DynAny.
 void _DynValueBoxStub.insert_ulonglong(long value)
          Inserts a long value into the DynAny.
 void _DynValueBoxStub.insert_wchar(char value)
          Inserts a char value into the DynAny.
 void _DynValueBoxStub.insert_wstring(String value)
          Inserts a string value into the DynAny.
 void _DynValueBoxStub.insert_any(Any value)
          Inserts an Any value into the Any represented by this DynAny.
 void _DynValueBoxStub.insert_dyn_any(DynAny value)
          Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
 void _DynValueBoxStub.insert_val(Serializable value)
          Inserts a reference to a Serializable object into this DynAny.
 boolean _DynValueBoxStub.get_boolean()
          Extracts the boolean value from this DynAny.
 byte _DynValueBoxStub.get_octet()
          Extracts the byte value from this DynAny.
 char _DynValueBoxStub.get_char()
          Extracts the char value from this DynAny.
 short _DynValueBoxStub.get_short()
          Extracts the short value from this DynAny.
 short _DynValueBoxStub.get_ushort()
          Extracts the short value from this DynAny.
 int _DynValueBoxStub.get_long()
          Extracts the integer value from this DynAny.
 int _DynValueBoxStub.get_ulong()
          Extracts the integer value from this DynAny.
 float _DynValueBoxStub.get_float()
          Extracts the float value from this DynAny.
 double _DynValueBoxStub.get_double()
          Extracts the double value from this DynAny.
 String _DynValueBoxStub.get_string()
          Extracts the string value from this DynAny.
 Object _DynValueBoxStub.get_reference()
          Extracts the reference to a CORBA Object from this DynAny.
 TypeCode _DynValueBoxStub.get_typecode()
          Extracts the TypeCode object from this DynAny.
 long _DynValueBoxStub.get_longlong()
          Extracts the long value from this DynAny.
 long _DynValueBoxStub.get_ulonglong()
          Extracts the long value from this DynAny.
 char _DynValueBoxStub.get_wchar()
          Extracts the long value from this DynAny.
 String _DynValueBoxStub.get_wstring()
          Extracts the string value from this DynAny.
 Any _DynValueBoxStub.get_any()
          Extracts an Any value contained in the Any represented by this DynAny.
 DynAny _DynValueBoxStub.get_dyn_any()
          Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
 Serializable _DynValueBoxStub.get_val()
          Extracts a Serializable object from this DynAny.
 void _DynValueCommonStub.from_any(Any value)
          Initializes the value associated with a DynAny object with the value contained in an any.
 void _DynValueCommonStub.insert_boolean(boolean value)
          Inserts a boolean value into the DynAny.
 void _DynValueCommonStub.insert_octet(byte value)
          Inserts a byte value into the DynAny.
 void _DynValueCommonStub.insert_char(char value)
          Inserts a char value into the DynAny.
 void _DynValueCommonStub.insert_short(short value)
          Inserts a short value into the DynAny.
 void _DynValueCommonStub.insert_ushort(short value)
          Inserts a short value into the DynAny.
 void _DynValueCommonStub.insert_long(int value)
          Inserts an integer value into the DynAny.
 void _DynValueCommonStub.insert_ulong(int value)
          Inserts an integer value into the DynAny.
 void _DynValueCommonStub.insert_float(float value)
          Inserts a float value into the DynAny.
 void _DynValueCommonStub.insert_double(double value)
          Inserts a double value into the DynAny.
 void _DynValueCommonStub.insert_string(String value)
          Inserts a string value into the DynAny.
 void _DynValueCommonStub.insert_reference(Object value)
          Inserts a reference to a CORBA object into the DynAny.
 void _DynValueCommonStub.insert_typecode(TypeCode value)
          Inserts a TypeCode object into the DynAny.
 void _DynValueCommonStub.insert_longlong(long value)
          Inserts a long value into the DynAny.
 void _DynValueCommonStub.insert_ulonglong(long value)
          Inserts a long value into the DynAny.
 void _DynValueCommonStub.insert_wchar(char value)
          Inserts a char value into the DynAny.
 void _DynValueCommonStub.insert_wstring(String value)
          Inserts a string value into the DynAny.
 void _DynValueCommonStub.insert_any(Any value)
          Inserts an Any value into the Any represented by this DynAny.
 void _DynValueCommonStub.insert_dyn_any(DynAny value)
          Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
 void _DynValueCommonStub.insert_val(Serializable value)
          Inserts a reference to a Serializable object into this DynAny.
 boolean _DynValueCommonStub.get_boolean()
          Extracts the boolean value from this DynAny.
 byte _DynValueCommonStub.get_octet()
          Extracts the byte value from this DynAny.
 char _DynValueCommonStub.get_char()
          Extracts the char value from this DynAny.
 short _DynValueCommonStub.get_short()
          Extracts the short value from this DynAny.
 short _DynValueCommonStub.get_ushort()
          Extracts the short value from this DynAny.
 int _DynValueCommonStub.get_long()
          Extracts the integer value from this DynAny.
 int _DynValueCommonStub.get_ulong()
          Extracts the integer value from this DynAny.
 float _DynValueCommonStub.get_float()
          Extracts the float value from this DynAny.
 double _DynValueCommonStub.get_double()
          Extracts the double value from this DynAny.
 String _DynValueCommonStub.get_string()
          Extracts the string value from this DynAny.
 Object _DynValueCommonStub.get_reference()
          Extracts the reference to a CORBA Object from this DynAny.
 TypeCode _DynValueCommonStub.get_typecode()
          Extracts the TypeCode object from this DynAny.
 long _DynValueCommonStub.get_longlong()
          Extracts the long value from this DynAny.
 long _DynValueCommonStub.get_ulonglong()
          Extracts the long value from this DynAny.
 char _DynValueCommonStub.get_wchar()
          Extracts the long value from this DynAny.
 String _DynValueCommonStub.get_wstring()
          Extracts the string value from this DynAny.
 Any _DynValueCommonStub.get_any()
          Extracts an Any value contained in the Any represented by this DynAny.
 DynAny _DynValueCommonStub.get_dyn_any()
          Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
 Serializable _DynValueCommonStub.get_val()
          Extracts a Serializable object from this DynAny.
 Any DynValueBoxOperations.get_boxed_value()
          Returns the boxed value as an Any.
 DynAny DynValueBoxOperations.get_boxed_value_as_dyn_any()
          Returns the boxed value as a DynAny.
 String DynValueOperations.current_member_name()
          Returns the name of the member at the current position.
 TCKind DynValueOperations.current_member_kind()
          Returns the TCKind associated with the member at the current position.
 NameValuePair[] DynValueOperations.get_members()
          Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.
 void DynValueOperations.set_members(NameValuePair[] value)
          Initializes the value type's members from a sequence of NameValuePairs.
 NameDynAnyPair[] DynValueOperations.get_members_as_dyn_any()
          Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the value type.
 void DynValueOperations.set_members_as_dyn_any(NameDynAnyPair[] value)
          Initializes the value type's members from a sequence of NameDynAnyPairs.
 TCKind DynUnionOperations.member_kind()
          Returns the TCKind value of the currently active members TypeCode.
 DynAny DynUnionOperations.member()
          Returns the currently active member.
 String DynUnionOperations.member_name()
          Returns the name of the currently active member.
 String DynStructOperations.current_member_name()
          Returns the name of the member at the current position.
 TCKind DynStructOperations.current_member_kind()
          Returns the TCKind associated with the member at the current position.
 void DynStructOperations.set_members(NameValuePair[] value)
          Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.
 void DynStructOperations.set_members_as_dyn_any(NameDynAnyPair[] value)
          Initializes the struct data value associated with a DynStruct object from a sequence of NameDynAnyPairs.
 void DynSequenceOperations.set_length(int len)
          Sets the length of the sequence.
 void DynSequenceOperations.set_elements(Any[] value)
          Sets the elements of a sequence.
 void DynSequenceOperations.set_elements_as_dyn_any(DynAny[] value)
          Sets the elements of a sequence using DynAnys.
 boolean DynFixedOperations.set_value(String val)
          Sets the value of the DynFixed.
 void DynEnumOperations.set_as_string(String value)
          Sets the value of the DynEnum to the enumerated value whose IDL identifier is passed in the value parameter.
 void DynEnumOperations.set_as_ulong(int value)
          Sets the value of the DynEnum as the enumerated value's ordinal value.
 void DynArrayOperations.set_elements(Any[] value)
          Sets the DynArray to contain the passed elements.
 void DynArrayOperations.set_elements_as_dyn_any(DynAny[] value)
          Sets the DynArray to contain the passed elements.
 void DynAnyOperations.from_any(Any value)
          Initializes the value associated with a DynAny object with the value contained in an any.
 void DynAnyOperations.insert_boolean(boolean value)
          Inserts a boolean value into the DynAny.
 void DynAnyOperations.insert_octet(byte value)
          Inserts a byte value into the DynAny.
 void DynAnyOperations.insert_char(char value)
          Inserts a char value into the DynAny.
 void DynAnyOperations.insert_short(short value)
          Inserts a short value into the DynAny.
 void DynAnyOperations.insert_ushort(short value)
          Inserts a short value into the DynAny.
 void DynAnyOperations.insert_long(int value)
          Inserts an integer value into the DynAny.
 void DynAnyOperations.insert_ulong(int value)
          Inserts an integer value into the DynAny.
 void DynAnyOperations.insert_float(float value)
          Inserts a float value into the DynAny.
 void DynAnyOperations.insert_double(double value)
          Inserts a double value into the DynAny.
 void DynAnyOperations.insert_string(String value)
          Inserts a string value into the DynAny.
 void DynAnyOperations.insert_reference(Object value)
          Inserts a reference to a CORBA object into the DynAny.
 void DynAnyOperations.insert_typecode(TypeCode value)
          Inserts a TypeCode object into the DynAny.
 void DynAnyOperations.insert_longlong(long value)
          Inserts a long value into the DynAny.
 void DynAnyOperations.insert_ulonglong(long value)
          Inserts a long value into the DynAny.
 void DynAnyOperations.insert_wchar(char value)
          Inserts a char value into the DynAny.
 void DynAnyOperations.insert_wstring(String value)
          Inserts a string value into the DynAny.
 void DynAnyOperations.insert_any(Any value)
          Inserts an Any value into the Any represented by this DynAny.
 void DynAnyOperations.insert_dyn_any(DynAny value)
          Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
 void DynAnyOperations.insert_val(Serializable value)
          Inserts a reference to a Serializable object into this DynAny.
 boolean DynAnyOperations.get_boolean()
          Extracts the boolean value from this DynAny.
 byte DynAnyOperations.get_octet()
          Extracts the byte value from this DynAny.
 char DynAnyOperations.get_char()
          Extracts the char value from this DynAny.
 short DynAnyOperations.get_short()
          Extracts the short value from this DynAny.
 short DynAnyOperations.get_ushort()
          Extracts the short value from this DynAny.
 int DynAnyOperations.get_long()
          Extracts the integer value from this DynAny.
 int DynAnyOperations.get_ulong()
          Extracts the integer value from this DynAny.
 float DynAnyOperations.get_float()
          Extracts the float value from this DynAny.
 double DynAnyOperations.get_double()
          Extracts the double value from this DynAny.
 String DynAnyOperations.get_string()
          Extracts the string value from this DynAny.
 Object DynAnyOperations.get_reference()
          Extracts the reference to a CORBA Object from this DynAny.
 TypeCode DynAnyOperations.get_typecode()
          Extracts the TypeCode object from this DynAny.
 long DynAnyOperations.get_longlong()
          Extracts the long value from this DynAny.
 long DynAnyOperations.get_ulonglong()
          Extracts the long value from this DynAny.
 char DynAnyOperations.get_wchar()
          Extracts the long value from this DynAny.
 String DynAnyOperations.get_wstring()
          Extracts the string value from this DynAny.
 Any DynAnyOperations.get_any()
          Extracts an Any value contained in the Any represented by this DynAny.
 DynAny DynAnyOperations.get_dyn_any()
          Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
 Serializable DynAnyOperations.get_val()
          Extracts a Serializable object from this DynAny.
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.