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