org.omg.CosConcurrencyControl
Class LockNotHeldHelper

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

public class LockNotHeldHelper
extends java.lang.Object

Helper class for : LockNotHeld

Author:
OpenORB Compiler

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

Constructor Detail

LockNotHeldHelper

public LockNotHeldHelper()
Method Detail

insert

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

Parameters:
a - an any
t - LockNotHeld value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - LockNotHeld value