org.openorb.ccs
Class LockSetFactoryHelper

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

public class LockSetFactoryHelper
extends java.lang.Object

Helper class for : LockSetFactory

Author:
OpenORB Compiler

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

Constructor Detail

LockSetFactoryHelper

public LockSetFactoryHelper()
Method Detail

insert

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

Parameters:
a - an any
t - LockSetFactory value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - LockSetFactory value

narrow

public static LockSetFactory narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to LockSetFactory

Parameters:
obj - the CORBA Object
Returns:
LockSetFactory Object

unchecked_narrow

public static LockSetFactory unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to LockSetFactory

Parameters:
obj - the CORBA Object
Returns:
LockSetFactory Object