| Changed Methods |
Principal extract_Principal()
|
Changed from abstract to non-abstract.
|
Deprecated by CORBA 2.2. |
Serializable extract_Value()
|
Changed from non-abstract to abstract.
|
Extracts the java.io.Serializable object in this Any object's value field. |
void insert_Principal(Principal)
|
Changed from abstract to non-abstract.
|
Deprecated by CORBA 2.2. |
void insert_Streamable(Streamable)
|
Changed from abstract to non-abstract.
|
Inserts the given Streamable object into this Any object's value field. |
void insert_Object(Object, TypeCode)
|
Change in exceptions thrown from BAD_OPERATION to BAD_PARAM.
|
Inserts the given org.omg.CORBA.Object object into this Any object's value field. |
void insert_Value(Serializable, TypeCode)
|
Changed from non-abstract to abstract.
|
Inserts the given java.io.Serializable object into this Any object's value field. |
void insert_Value(Serializable)
|
Changed from non-abstract to abstract.
|
Inserts the given java.io.Serializable object into this Any object's value field. |
void insert_fixed(BigDecimal, TypeCode)
|
Change in exceptions thrown from no exceptions to BAD_INV_ORDER.
|
Throws an org.omg.CORBA.NO_IMPLEMENT exception. |