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