public class DynSequenceHelper
extends java.lang.Object
| Constructor and Description |
|---|
DynSequenceHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 streampublic 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