public abstract class SyncScopeHelper extends java.lang.Object
short.SYNC_WITH_TRANSPORT| Constructor and Description |
|---|
SyncScopeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static short |
extract(org.omg.CORBA.Any a)
Delegates call to
Any.extract_short(). |
static java.lang.String |
id()
Returns synchronization scope repository id.
|
static void |
insert(org.omg.CORBA.Any a,
short that)
Delegates call to
Any.insert_short(short). |
static short |
read(org.omg.CORBA.portable.InputStream istream)
Delegates call to
InputStream.read_short(). |
static org.omg.CORBA.TypeCode |
type()
Returns a typecode of the synchronization scope, stating it
is an alias of
short, named "SyncScope". |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
short value)
Delegates call to
OutputStream.write_short(short). |
public SyncScopeHelper()
public static short extract(org.omg.CORBA.Any a)
Any.extract_short().public static java.lang.String id()
public static void insert(org.omg.CORBA.Any a, short that)
Any.insert_short(short).public static short read(org.omg.CORBA.portable.InputStream istream)
InputStream.read_short().public static org.omg.CORBA.TypeCode type()
short, named "SyncScope".public static void write(org.omg.CORBA.portable.OutputStream ostream, short value)
OutputStream.write_short(short).