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