org.omg.CosConcurrencyControl
Class lock_modeHelper

java.lang.Object
  extended by org.omg.CosConcurrencyControl.lock_modeHelper

public class lock_modeHelper
extends java.lang.Object

Helper class for : lock_mode

Author:
OpenORB Compiler

Constructor Summary
lock_modeHelper()
           
 
Method Summary
static lock_mode extract(org.omg.CORBA.Any a)
          Extract lock_mode from an any
static java.lang.String id()
          Return the lock_mode IDL ID
static void insert(org.omg.CORBA.Any a, lock_mode t)
          Insert lock_mode into an any
static lock_mode read(org.omg.CORBA.portable.InputStream istream)
          Read lock_mode from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the lock_mode TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, lock_mode value)
          Write lock_mode into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

lock_modeHelper

public lock_modeHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          lock_mode t)
Insert lock_mode into an any

Parameters:
a - an any
t - lock_mode value

extract

public static lock_mode extract(org.omg.CORBA.Any a)
Extract lock_mode from an any

Parameters:
a - an any
Returns:
the extracted lock_mode value

type

public static org.omg.CORBA.TypeCode type()
Return the lock_mode TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the lock_mode IDL ID

Returns:
an ID

read

public static lock_mode read(org.omg.CORBA.portable.InputStream istream)
Read lock_mode from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed lock_mode value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         lock_mode value)
Write lock_mode into a marshalled stream

Parameters:
ostream - the output stream
value - lock_mode value