org.omg.CosConcurrencyControl

Class lock_modeHolder

public final class lock_modeHolder extends Object implements Streamable

Holder class for : lock_mode

Author: OpenORB Compiler

Field Summary
lock_modevalue
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

Field Detail

value

public lock_mode value
Internal lock_mode value

Constructor Detail

lock_modeHolder

public lock_modeHolder()
Default constructor

lock_modeHolder

public lock_modeHolder(lock_mode initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

public void _read(InputStream istream)
Read lock_mode from a marshalled stream

Parameters: istream the input stream

_type

public TypeCode _type()
Return the lock_mode TypeCode

Returns: a TypeCode

_write

public void _write(OutputStream ostream)
Write lock_mode into a marshalled stream

Parameters: ostream the output stream