Searched refs:DynUnion (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDynUnion.java30 * The <code>DynUnion</code> interface represents a <code>DynAny</code> object
36 * @deprecated Use the new <a href="../DynamicAny/DynUnion.html">DynUnion</a> instead
39 public interface DynUnion extends org.omg.CORBA.Object, org.omg.CORBA.DynAny interface in inherits:org.omg.CORBA.Object,org.omg.CORBA.DynAny
H A DORB.java1260 * Creates a new <code>DynUnion</code> object from the given
1264 * <code>DynUnion</code> object
1265 * @return the new <code>DynUnion</code> object created from the given
1274 public org.omg.CORBA.DynUnion create_dyn_union(org.omg.CORBA.TypeCode type) throws org.omg.CORBA.ORBPackage.InconsistentTypeCode
/openjdk7/corba/src/share/classes/org/omg/DynamicAny/
H A DDynamicAny.idl836 * DynUnion objects support the manipulation of IDL unions.
845 interface DynUnion : DynAny {
846 #pragma sun_localservant DynUnion ""
854 * Sets the discriminator of the DynUnion to the specified value.
1220 * to a DynFixed, DynStruct, DynSequence, DynArray, DynUnion, DynEnum, or DynValue object reference.
1269 * <LI>For DynUnion sets the current position to zero. The discriminator value is set
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynUnionImpl.java43 public class DynUnionImpl extends DynAnyConstructedImpl implements DynUnion
196 // DynUnion interface methods
209 // Sets the discriminator of the DynUnion to the specified value.

Completed in 55 milliseconds