org.omg.PortableServer
Class AdapterActivatorHelper

java.lang.Object
  |
  +--org.omg.PortableServer.AdapterActivatorHelper

public class AdapterActivatorHelper
extends java.lang.Object


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

Constructor Detail

AdapterActivatorHelper

public AdapterActivatorHelper()
Method Detail

insert

public static void insert(Any a,
                          AdapterActivator t)

extract

public static AdapterActivator extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static AdapterActivator read(InputStream istream)

write

public static void write(OutputStream ostream,
                         AdapterActivator value)

narrow

public static AdapterActivator narrow(Object obj)

unchecked_narrow

public static AdapterActivator unchecked_narrow(Object obj)