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