|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.ObjectHelper
public abstract class ObjectHelper
The helper operations for the binding list.
| Constructor Summary | |
|---|---|
ObjectHelper()
|
|
| Method Summary | |
|---|---|
static Object |
extract(Any a)
Extract the array of object from the given Any. |
static String |
id()
Get the object repository id. |
static void |
insert(Any a,
Object object)
Insert the object into the given Any. |
static Object |
read(InputStream istream)
Read the object from the given CDR input stream. |
static TypeCode |
type()
Return the object type code. |
static void |
write(OutputStream ostream,
Object value)
Write the object into the given CDR output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectHelper()
| Method Detail |
|---|
public static Object extract(Any a)
Any.
public static String id()
public static void insert(Any a,
Object object)
Any.
public static Object read(InputStream istream)
public static TypeCode type()
public static void write(OutputStream ostream,
Object value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||