Changed Methods |
Principal extract_Principal()
|
Documentation changed from old to new. 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. |
BigDecimal extract_fixed()
|
Documentation changed from old to new. |
Extracts the java.math.BigDecimal object in this Any object's value field. |
void insert_Principal(Principal )
|
Documentation changed from old to new. Changed from abstract to non-abstract.
|
Deprecated by CORBA 2.2. |
void insert_Streamable(Streamable )
|
Documentation changed from old to new. Changed from abstract to non-abstract.
|
Inserts the given Streamable object into this Any object's value field. |
void write_value(OutputStream )
|
Documentation changed from old to new. |
Writes out the value of this Any object to the given output stream. |
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 .
Documentation changed from old to new. |
Throws an org.omg.CORBA.NO_IMPLEMENT exception. |