org.omg.CosConcurrencyControl
public class lock_modeHelper extends Object
Method Summary | |
---|---|
static lock_mode | extract(Any a)
Extract lock_mode from an any
|
static String | id()
Return the lock_mode IDL ID |
static void | insert(Any a, lock_mode t)
Insert lock_mode into an any |
static lock_mode | read(InputStream istream)
Read lock_mode from a marshalled stream |
static TypeCode | type()
Return the lock_mode TypeCode |
static void | write(OutputStream ostream, lock_mode value)
Write lock_mode into a marshalled stream |
Parameters: a an any
Returns: the extracted lock_mode value
Returns: an ID
Parameters: a an any t lock_mode value
Parameters: istream the input stream
Returns: the readed lock_mode value
Returns: a TypeCode
Parameters: ostream the output stream value lock_mode value