org.omg.CosConcurrencyControl

Class LockNotHeldHelper

public class LockNotHeldHelper extends Object

Helper class for : LockNotHeld

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted LockNotHeld value

id

public static String id()
Return the LockNotHeld IDL ID

Returns: an ID

insert

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

Parameters: a an any t LockNotHeld value

read

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

Parameters: istream the input stream

Returns: the readed LockNotHeld value

type

public static TypeCode type()
Return the LockNotHeld TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value LockNotHeld value