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