Uses of Interface
org.omg.DynamicAny.DynAny

Packages that use DynAny
  • Uses of DynAny in com.sun.corba.ee.impl.dynamicany

    Classes in com.sun.corba.ee.impl.dynamicany that implement DynAny
    Modifier and Type
    Class
    Description
    class 
     
    (package private) class 
     
    (package private) class 
     
    (package private) class 
     
    (package private) class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    (package private) class 
     
    class 
     
    Modifier and Type
    Field
    Description
    (package private) DynAny[]
    DynAnyConstructedImpl.components
     
    (package private) DynAny
    DynUnionImpl.currentMember
     
    (package private) DynAny
    DynUnionImpl.discriminator
     
    protected static final DynAny[]
    DynAnyConstructedImpl.emptyComponents
     
    Modifier and Type
    Method
    Description
    (package private) static DynAny
    DynAnyUtil.convertToNative(DynAny dynAny, ORB orb)
     
    DynAnyBasicImpl.copy()
     
    DynAnyConstructedImpl.copy()
     
    abstract DynAny
    DynAnyImpl.copy()
     
    DynAnyFactoryImpl.create_dyn_any(Any any)
     
    DynAnyFactoryImpl.create_dyn_any_from_type_code(TypeCode type)
     
    (package private) static DynAny
    DynAnyUtil.createMostDerivedDynAny(Any any, ORB orb, boolean copyValue)
     
    (package private) static DynAny
    DynAnyUtil.createMostDerivedDynAny(TypeCode typeCode, ORB orb)
     
    DynAnyBasicImpl.current_component()
     
    DynAnyConstructedImpl.current_component()
     
    DynEnumImpl.current_component()
     
    DynValueBoxImpl.get_boxed_value_as_dyn_any()
     
    DynUnionImpl.get_discriminator()
    Returns the current discriminator value.
    DynAnyBasicImpl.get_dyn_any()
     
    DynAnyConstructedImpl.get_dyn_any()
     
    DynAnyCollectionImpl.get_elements_as_dyn_any()
     
    DynUnionImpl.member()
     
    Methods in com.sun.corba.ee.impl.dynamicany with parameters of type DynAny
    Modifier and Type
    Method
    Description
    private void
    DynAnyComplexImpl.addComponent(int i, String memberName, Any memberAny, DynAny memberDynAny)
     
    void
    DynAnyBasicImpl.assign(DynAny dyn_any)
     
    void
    DynAnyConstructedImpl.assign(DynAny dyn_any)
     
    void
    DynAnyImpl.assign(DynAny dyn_any)
     
    (package private) static DynAny
    DynAnyUtil.convertToNative(DynAny dynAny, ORB orb)
     
    boolean
    DynAnyBasicImpl.equal(DynAny dyn_any)
     
    boolean
    DynAnyConstructedImpl.equal(DynAny dyn_any)
     
    abstract boolean
    DynAnyImpl.equal(DynAny dyn_any)
     
    protected Any
    DynAnyImpl.getAny(DynAny dynAny)
     
    void
    DynAnyBasicImpl.insert_dyn_any(DynAny value)
     
    void
    DynAnyConstructedImpl.insert_dyn_any(DynAny value)
     
    (package private) static boolean
    DynAnyUtil.isConstructedDynAny(DynAny dynAny)
     
    void
    DynValueBoxImpl.set_boxed_value_as_dyn_any(DynAny boxed)
     
    (package private) static boolean
    DynAnyUtil.set_current_component(DynAny dynAny, DynAny currentComponent)
     
    void
    DynUnionImpl.set_discriminator(DynAny newDiscriminator)
     
    void
    DynAnyCollectionImpl.set_elements_as_dyn_any(DynAny[] value)
     
  • Uses of DynAny in org.omg.DynamicAny

    Subinterfaces of DynAny in org.omg.DynamicAny
    Modifier and Type
    Interface
    Description
    interface 
    DynArray objects support the manipulation of IDL arrays.
    interface 
    DynEnum objects support the manipulation of IDL enumerated values.
    interface 
    DynFixed objects support the manipulation of IDL fixed values.
    interface 
    DynSequence objects support the manipulation of IDL sequences.
    interface 
    DynStruct objects support the manipulation of IDL struct and exception values.
    interface 
    DynUnion objects support the manipulation of IDL unions.
    interface 
    DynValue objects support the manipulation of IDL non-boxed value types.
    interface 
    DynValueBox objects support the manipulation of IDL boxed value types.
    interface 
    DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
    Classes in org.omg.DynamicAny that implement DynAny
    Modifier and Type
    Class
    Description
    class 
    Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.
    class 
    DynArray objects support the manipulation of IDL arrays.
    class 
    DynEnum objects support the manipulation of IDL enumerated values.
    class 
    DynFixed objects support the manipulation of IDL fixed values.
    class 
    DynSequence objects support the manipulation of IDL sequences.
    class 
    DynStruct objects support the manipulation of IDL struct and exception values.
    class 
    DynUnion objects support the manipulation of IDL unions.
    class 
    DynValueBox objects support the manipulation of IDL boxed value types.
    class 
    DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
    class 
    DynValue objects support the manipulation of IDL non-boxed value types.
    Fields in org.omg.DynamicAny declared as DynAny
    Modifier and Type
    Field
    Description
    DynAnyHolder.value
     
    DynAnySeqHolder.value
     
    NameDynAnyPair.value
    The DynAny value associated with the name.
    Methods in org.omg.DynamicAny that return DynAny
    Modifier and Type
    Method
    Description
    DynAnyPOA._this()
     
    DynAnyPOA._this(ORB orb)
     
    _DynAnyStub.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    _DynArrayStub.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    _DynEnumStub.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    _DynFixedStub.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    _DynSequenceStub.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    _DynStructStub.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    _DynUnionStub.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    _DynValueBoxStub.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    _DynValueCommonStub.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    _DynValueStub.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynAnyOperations.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynAnyPOATie.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynArrayPOATie.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynEnumPOATie.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynFixedPOATie.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynSequencePOATie.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynStructPOATie.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynUnionPOATie.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynValueBoxPOATie.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynValueCommonPOATie.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    DynValuePOATie.copy()
    Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.
    _DynAnyFactoryStub.create_dyn_any(Any value)
    Creates a new DynAny object from an any value.
    DynAnyFactoryOperations.create_dyn_any(Any value)
    Creates a new DynAny object from an any value.
    DynAnyFactoryPOATie.create_dyn_any(Any value)
    Creates a new DynAny object from an any value.
    _DynAnyFactoryStub.create_dyn_any_from_type_code(TypeCode type)
    Creates a DynAny from a TypeCode.
    DynAnyFactoryOperations.create_dyn_any_from_type_code(TypeCode type)
    Creates a DynAny from a TypeCode.
    DynAnyFactoryPOATie.create_dyn_any_from_type_code(TypeCode type)
    Creates a DynAny from a TypeCode.
    _DynAnyStub.current_component()
    Returns the DynAny for the component at the current position.
    _DynArrayStub.current_component()
    Returns the DynAny for the component at the current position.
    _DynEnumStub.current_component()
    Returns the DynAny for the component at the current position.
    _DynFixedStub.current_component()
    Returns the DynAny for the component at the current position.
    _DynSequenceStub.current_component()
    Returns the DynAny for the component at the current position.
    _DynStructStub.current_component()
    Returns the DynAny for the component at the current position.
    _DynUnionStub.current_component()
    Returns the DynAny for the component at the current position.
    _DynValueBoxStub.current_component()
    Returns the DynAny for the component at the current position.
    _DynValueCommonStub.current_component()
    Returns the DynAny for the component at the current position.
    _DynValueStub.current_component()
    Returns the DynAny for the component at the current position.
    DynAnyOperations.current_component()
    Returns the DynAny for the component at the current position.
    DynAnyPOATie.current_component()
    Returns the DynAny for the component at the current position.
    DynArrayPOATie.current_component()
    Returns the DynAny for the component at the current position.
    DynEnumPOATie.current_component()
    Returns the DynAny for the component at the current position.
    DynFixedPOATie.current_component()
    Returns the DynAny for the component at the current position.
    DynSequencePOATie.current_component()
    Returns the DynAny for the component at the current position.
    DynStructPOATie.current_component()
    Returns the DynAny for the component at the current position.
    DynUnionPOATie.current_component()
    Returns the DynAny for the component at the current position.
    DynValueBoxPOATie.current_component()
    Returns the DynAny for the component at the current position.
    DynValueCommonPOATie.current_component()
    Returns the DynAny for the component at the current position.
    DynValuePOATie.current_component()
    Returns the DynAny for the component at the current position.
    static DynAny
    DynAnyHelper.extract(Any a)
     
    static DynAny[]
    DynAnySeqHelper.extract(Any a)
     
    _DynValueBoxStub.get_boxed_value_as_dyn_any()
    Returns the boxed value as a DynAny.
    DynValueBoxOperations.get_boxed_value_as_dyn_any()
    Returns the boxed value as a DynAny.
    DynValueBoxPOATie.get_boxed_value_as_dyn_any()
    Returns the boxed value as a DynAny.
    _DynUnionStub.get_discriminator()
    Returns the current discriminator value.
    DynUnionOperations.get_discriminator()
    Returns the current discriminator value.
    DynUnionPOATie.get_discriminator()
    Returns the current discriminator value.
    _DynAnyStub.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    _DynArrayStub.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    _DynEnumStub.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    _DynFixedStub.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    _DynSequenceStub.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    _DynStructStub.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    _DynUnionStub.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new 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.
    _DynValueCommonStub.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    _DynValueStub.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new 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.
    DynAnyPOATie.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    DynArrayPOATie.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    DynEnumPOATie.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    DynFixedPOATie.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    DynSequencePOATie.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    DynStructPOATie.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    DynUnionPOATie.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    DynValueBoxPOATie.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    DynValueCommonPOATie.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    DynValuePOATie.get_dyn_any()
    Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
    _DynArrayStub.get_elements_as_dyn_any()
    Returns the elements of the DynArray as DynAnys.
    _DynSequenceStub.get_elements_as_dyn_any()
    Returns the DynAnys representing the elements of the sequence.
    DynArrayOperations.get_elements_as_dyn_any()
    Returns the elements of the DynArray as DynAnys.
    DynArrayPOATie.get_elements_as_dyn_any()
    Returns the elements of the DynArray as DynAnys.
    DynSequenceOperations.get_elements_as_dyn_any()
    Returns the DynAnys representing the elements of the sequence.
    DynSequencePOATie.get_elements_as_dyn_any()
    Returns the DynAnys representing the elements of the sequence.
    _DynUnionStub.member()
    Returns the currently active member.
    DynUnionOperations.member()
    Returns the currently active member.
    DynUnionPOATie.member()
    Returns the currently active member.
    static DynAny
    DynAnyHelper.narrow(Object obj)
     
    static DynAny
    DynAnyHelper.read(InputStream istream)
     
    static DynAny[]
    DynAnySeqHelper.read(InputStream istream)
     
    static DynAny
    DynAnyHelper.unchecked_narrow(Object obj)
     
    Methods in org.omg.DynamicAny with parameters of type DynAny
    Modifier and Type
    Method
    Description
    void
    _DynAnyStub.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    _DynArrayStub.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    _DynEnumStub.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    _DynFixedStub.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    _DynSequenceStub.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    _DynStructStub.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    _DynUnionStub.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    _DynValueBoxStub.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    _DynValueCommonStub.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    _DynValueStub.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynAnyOperations.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynAnyPOATie.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynArrayPOATie.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynEnumPOATie.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynFixedPOATie.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynSequencePOATie.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynStructPOATie.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynUnionPOATie.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynValueBoxPOATie.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynValueCommonPOATie.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    void
    DynValuePOATie.assign(DynAny dyn_any)
    Initializes the value associated with a DynAny object with the value associated with another DynAny object.
    boolean
    _DynAnyStub.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    _DynArrayStub.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    _DynEnumStub.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    _DynFixedStub.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    _DynSequenceStub.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    _DynStructStub.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    _DynUnionStub.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    _DynValueBoxStub.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    _DynValueCommonStub.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    _DynValueStub.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynAnyOperations.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynAnyPOATie.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynArrayPOATie.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynEnumPOATie.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynFixedPOATie.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynSequencePOATie.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynStructPOATie.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynUnionPOATie.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynValueBoxPOATie.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynValueCommonPOATie.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    boolean
    DynValuePOATie.equal(DynAny dyn_any)
    Compares two DynAny values for equality.
    static void
    DynAnyHelper.insert(Any a, DynAny that)
     
    static void
    DynAnySeqHelper.insert(Any a, DynAny[] that)
     
    void
    _DynAnyStub.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    _DynArrayStub.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    _DynEnumStub.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    _DynFixedStub.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    _DynSequenceStub.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    _DynStructStub.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    _DynUnionStub.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny 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
    _DynValueCommonStub.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    _DynValueStub.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny 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
    DynAnyPOATie.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    DynArrayPOATie.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    DynEnumPOATie.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    DynFixedPOATie.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    DynSequencePOATie.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    DynStructPOATie.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    DynUnionPOATie.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    DynValueBoxPOATie.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    DynValueCommonPOATie.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    DynValuePOATie.insert_dyn_any(DynAny value)
    Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
    void
    _DynValueBoxStub.set_boxed_value_as_dyn_any(DynAny boxed)
    Replaces the boxed value with the value contained in the parameter.
    void
    DynValueBoxOperations.set_boxed_value_as_dyn_any(DynAny boxed)
    Replaces the boxed value with the value contained in the parameter.
    void
    DynValueBoxPOATie.set_boxed_value_as_dyn_any(DynAny boxed)
    Replaces the boxed value with the value contained in the parameter.
    void
    _DynUnionStub.set_discriminator(DynAny d)
    Sets the discriminator of the DynUnion to the specified value.
    void
    DynUnionOperations.set_discriminator(DynAny d)
    Sets the discriminator of the DynUnion to the specified value.
    void
    DynUnionPOATie.set_discriminator(DynAny d)
    Sets the discriminator of the DynUnion to the specified value.
    void
    _DynArrayStub.set_elements_as_dyn_any(DynAny[] value)
    Sets the DynArray to contain the passed elements.
    void
    _DynSequenceStub.set_elements_as_dyn_any(DynAny[] value)
    Sets the elements of a sequence using DynAnys.
    void
    DynArrayOperations.set_elements_as_dyn_any(DynAny[] value)
    Sets the DynArray to contain the passed elements.
    void
    DynArrayPOATie.set_elements_as_dyn_any(DynAny[] value)
    Sets the DynArray to contain the passed elements.
    void
    DynSequenceOperations.set_elements_as_dyn_any(DynAny[] value)
    Sets the elements of a sequence using DynAnys.
    void
    DynSequencePOATie.set_elements_as_dyn_any(DynAny[] value)
    Sets the elements of a sequence using DynAnys.
    static void
    DynAnyHelper.write(OutputStream ostream, DynAny value)
     
    static void
    DynAnySeqHelper.write(OutputStream ostream, DynAny[] value)
     
    Constructors in org.omg.DynamicAny with parameters of type DynAny
    Modifier
    Constructor
    Description
     
    DynAnyHolder(DynAny initialValue)
     
     
    DynAnySeqHolder(DynAny[] initialValue)