org.omg.CosConcurrencyControl
public final class LockSetHolder extends Object implements Streamable
Field Summary | |
---|---|
LockSet | value
Internal LockSet value |
Constructor Summary | |
---|---|
LockSetHolder()
Default constructor | |
LockSetHolder(LockSet initial)
Constructor with value initialisation |
Method Summary | |
---|---|
void | _read(InputStream istream)
Read LockSet from a marshalled stream |
TypeCode | _type()
Return the LockSet TypeCode |
void | _write(OutputStream ostream)
Write LockSet into a marshalled stream |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream