org.omg.CosConcurrencyControl

Class LockSetHelper

public class LockSetHelper extends Object

Helper class for : LockSet

Author: OpenORB Compiler

Method Summary
static LockSetextract(Any a)
Extract LockSet from an any
static Stringid()
Return the LockSet IDL ID
static voidinsert(Any a, LockSet t)
Insert LockSet into an any
static LockSetnarrow(Object obj)
Narrow CORBA::Object to LockSet
static LockSetread(InputStream istream)
Read LockSet from a marshalled stream
static TypeCodetype()
Return the LockSet TypeCode
static LockSetunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to LockSet
static voidwrite(OutputStream ostream, LockSet value)
Write LockSet into a marshalled stream

Method Detail

extract

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

Parameters: a an any

Returns: the extracted LockSet value

id

public static String id()
Return the LockSet IDL ID

Returns: an ID

insert

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

Parameters: a an any t LockSet value

narrow

public static LockSet narrow(Object obj)
Narrow CORBA::Object to LockSet

Parameters: obj the CORBA Object

Returns: LockSet Object

read

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

Parameters: istream the input stream

Returns: the readed LockSet value

type

public static TypeCode type()
Return the LockSet TypeCode

Returns: a TypeCode

unchecked_narrow

public static LockSet unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to LockSet

Parameters: obj the CORBA Object

Returns: LockSet Object

write

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

Parameters: ostream the output stream value LockSet value