| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.omg.DynamicAny.DynAnyHelper
Helper class for : DynAny
| Constructor Summary | |
| DynAnyHelper() | |
| Method Summary | |
| static DynAny | extract(Any a)Extract DynAny from an any | 
| static java.lang.String | id()Return the DynAny IDL ID | 
| static void | insert(Any a,
       DynAny t)Insert DynAny into an any | 
| static DynAny | narrow(Object obj)Narrow CORBA::Object to DynAny | 
| static DynAny | read(InputStream istream)Read DynAny from a marshalled stream | 
| static TypeCode | type()Return the DynAny TypeCode | 
| static DynAny | unchecked_narrow(Object obj)Unchecked Narrow CORBA::Object to DynAny | 
| static void | write(OutputStream ostream,
      DynAny value)Write DynAny into a marshalled stream | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public DynAnyHelper()
| Method Detail | 
public static void insert(Any a,
                          DynAny t)
a - an anyt - DynAny valuepublic static DynAny extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static DynAny read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
                         DynAny value)
ostream - the output streamvalue - DynAny valuepublic static DynAny narrow(Object obj)
obj - the CORBA Objectpublic static DynAny unchecked_narrow(Object obj)
obj - the CORBA Object| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||