org.openorb.ccs
Class LockSetNotFoundHelper

java.lang.Object
  extended by org.openorb.ccs.LockSetNotFoundHelper

public class LockSetNotFoundHelper
extends java.lang.Object

Helper class for : LockSetNotFound

Author:
OpenORB Compiler

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

Constructor Detail

LockSetNotFoundHelper

public LockSetNotFoundHelper()
Method Detail

insert

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

Parameters:
a - an any
t - LockSetNotFound value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - LockSetNotFound value