org.omg.CosConcurrencyControl

Class lock_modeHelper

public class lock_modeHelper extends Object

Helper class for : lock_mode

Author: OpenORB Compiler

Method Summary
static lock_modeextract(Any a)
Extract lock_mode from an any
static Stringid()
Return the lock_mode IDL ID
static voidinsert(Any a, lock_mode t)
Insert lock_mode into an any
static lock_moderead(InputStream istream)
Read lock_mode from a marshalled stream
static TypeCodetype()
Return the lock_mode TypeCode
static voidwrite(OutputStream ostream, lock_mode value)
Write lock_mode into a marshalled stream

Method Detail

extract

public static lock_mode extract(Any a)
Extract lock_mode from an any

Parameters: a an any

Returns: the extracted lock_mode value

id

public static String id()
Return the lock_mode IDL ID

Returns: an ID

insert

public static void insert(Any a, lock_mode t)
Insert lock_mode into an any

Parameters: a an any t lock_mode value

read

public static lock_mode read(InputStream istream)
Read lock_mode from a marshalled stream

Parameters: istream the input stream

Returns: the readed lock_mode value

type

public static TypeCode type()
Return the lock_mode TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, lock_mode value)
Write lock_mode into a marshalled stream

Parameters: ostream the output stream value lock_mode value