org.omg.CORBA
Class InterfaceDefSeqHelper
java.lang.Object
|
+--org.omg.CORBA.InterfaceDefSeqHelper
- public class InterfaceDefSeqHelper
- extends java.lang.Object
Helper class for : InterfaceDefSeq
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceDefSeqHelper
public InterfaceDefSeqHelper()
insert
public static void insert(Any a,
InterfaceDef[] t)
- Insert InterfaceDefSeq into an any
- Parameters:
a
- an anyt
- InterfaceDefSeq value
extract
public static InterfaceDef[] extract(Any a)
- Extract InterfaceDefSeq from an any
- Parameters:
a
- an any- Returns:
- the extracted InterfaceDefSeq value
type
public static TypeCode type()
- Return the InterfaceDefSeq TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the InterfaceDefSeq IDL ID
- Returns:
- an ID
read
public static InterfaceDef[] read(InputStream istream)
- Read InterfaceDefSeq from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed InterfaceDefSeq value
write
public static void write(OutputStream ostream,
InterfaceDef[] value)
- Write InterfaceDefSeq into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- InterfaceDefSeq value