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