org.openorb.corbaloc
Class CorbalocServiceHelper

java.lang.Object
  |
  +--org.openorb.corbaloc.CorbalocServiceHelper

public class CorbalocServiceHelper
extends java.lang.Object


Constructor Summary
CorbalocServiceHelper()
           
 
Method Summary
static CorbalocService extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, CorbalocService t)
           
static CorbalocService narrow(Object obj)
           
static CorbalocService read(InputStream istream)
           
static TypeCode type()
           
static CorbalocService unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, CorbalocService value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbalocServiceHelper

public CorbalocServiceHelper()
Method Detail

insert

public static void insert(Any a,
                          CorbalocService t)

extract

public static CorbalocService extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static CorbalocService read(InputStream istream)

write

public static void write(OutputStream ostream,
                         CorbalocService value)

narrow

public static CorbalocService narrow(Object obj)

unchecked_narrow

public static CorbalocService unchecked_narrow(Object obj)