This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package org.omg.DynamicAny

Interface Summary
DynAny Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.
DynAnyFactory DynAny objects can be created by invoking operations on the DynAnyFactory object.
DynAnyFactoryOperations DynAny objects can be created by invoking operations on the DynAnyFactory object.
DynAnyOperations Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.
DynArray DynArray objects support the manipulation of IDL arrays.
DynArrayOperations DynArray objects support the manipulation of IDL arrays.
DynEnum DynEnum objects support the manipulation of IDL enumerated values.
DynEnumOperations DynEnum objects support the manipulation of IDL enumerated values.
DynFixed DynFixed objects support the manipulation of IDL fixed values.
DynFixedOperations DynFixed objects support the manipulation of IDL fixed values.
DynSequence DynSequence objects support the manipulation of IDL sequences.
DynSequenceOperations DynSequence objects support the manipulation of IDL sequences.
DynStruct DynStruct objects support the manipulation of IDL struct and exception values.
DynStructOperations DynStruct objects support the manipulation of IDL struct and exception values.
DynUnion DynUnion objects support the manipulation of IDL unions.
DynUnionOperations DynUnion objects support the manipulation of IDL unions.
DynValue DynValue objects support the manipulation of IDL non-boxed value types.
DynValueBox DynValueBox objects support the manipulation of IDL boxed value types.
DynValueBoxOperations DynValueBox objects support the manipulation of IDL boxed value types.
DynValueCommon DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
DynValueCommonOperations DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
DynValueOperations DynValue objects support the manipulation of IDL non-boxed value types.
 

Class Summary
AnySeqHelper org/omg/DynamicAny/AnySeqHelper.java .
DynAnyFactoryHelper DynAny objects can be created by invoking operations on the DynAnyFactory object.
DynAnyHelper Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.
DynAnySeqHelper org/omg/DynamicAny/DynAnySeqHelper.java .
DynArrayHelper DynArray objects support the manipulation of IDL arrays.
DynEnumHelper DynEnum objects support the manipulation of IDL enumerated values.
DynFixedHelper DynFixed objects support the manipulation of IDL fixed values.
DynSequenceHelper DynSequence objects support the manipulation of IDL sequences.
DynStructHelper DynStruct objects support the manipulation of IDL struct and exception values.
DynUnionHelper DynUnion objects support the manipulation of IDL unions.
DynValueHelper DynValue objects support the manipulation of IDL non-boxed value types.
FieldNameHelper org/omg/DynamicAny/FieldNameHelper.java .
NameDynAnyPair org/omg/DynamicAny/NameDynAnyPair.java .
NameDynAnyPairHelper org/omg/DynamicAny/NameDynAnyPairHelper.java .
NameDynAnyPairSeqHelper org/omg/DynamicAny/NameDynAnyPairSeqHelper.java .
NameValuePair org/omg/DynamicAny/NameValuePair.java .
NameValuePairHelper org/omg/DynamicAny/NameValuePairHelper.java .
NameValuePairSeqHelper org/omg/DynamicAny/NameValuePairSeqHelper.java .
_DynAnyFactoryStub DynAny objects can be created by invoking operations on the DynAnyFactory object.
_DynAnyStub Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.
_DynArrayStub DynArray objects support the manipulation of IDL arrays.
_DynEnumStub DynEnum objects support the manipulation of IDL enumerated values.
_DynFixedStub DynFixed objects support the manipulation of IDL fixed values.
_DynSequenceStub DynSequence objects support the manipulation of IDL sequences.
_DynStructStub DynStruct objects support the manipulation of IDL struct and exception values.
_DynUnionStub DynUnion objects support the manipulation of IDL unions.
_DynValueStub DynValue objects support the manipulation of IDL non-boxed value types.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.