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