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