org.omg.PortableInterceptor
Class PolicyFactoryHelper

java.lang.Object
  |
  +--org.omg.PortableInterceptor.PolicyFactoryHelper

public class PolicyFactoryHelper
extends java.lang.Object


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

Constructor Detail

PolicyFactoryHelper

public PolicyFactoryHelper()
Method Detail

insert

public static void insert(Any a,
                          PolicyFactory t)

extract

public static PolicyFactory extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static PolicyFactory read(InputStream istream)

write

public static void write(OutputStream ostream,
                         PolicyFactory value)

narrow

public static PolicyFactory narrow(Object obj)

unchecked_narrow

public static PolicyFactory unchecked_narrow(Object obj)