org.omg.CosConcurrencyControl

Class LockSetFactoryHelper

public class LockSetFactoryHelper extends Object

Helper class for : LockSetFactory

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted LockSetFactory value

id

public static String id()
Return the LockSetFactory IDL ID

Returns: an ID

insert

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

Parameters: a an any t LockSetFactory value

narrow

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

Parameters: obj the CORBA Object

Returns: LockSetFactory Object

read

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

Parameters: istream the input stream

Returns: the readed LockSetFactory value

type

public static TypeCode type()
Return the LockSetFactory TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: LockSetFactory Object

write

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

Parameters: ostream the output stream value LockSetFactory value