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

Constructor Summary
SyncScopeHelper()
           
 
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
 

Constructor Detail

SyncScopeHelper

public SyncScopeHelper()
Method Detail

insert

public static void insert(Any a,
                          short t)
Insert SyncScope into an any
Parameters:
a - an any
t - 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 stream
value - SyncScope value