| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.omg.PortableInterceptor.PolicyFactoryHelper
Helper class for : PolicyFactory
| Constructor Summary | |
| PolicyFactoryHelper() | |
| Method Summary | |
| static PolicyFactory | extract(Any a)Extract PolicyFactory from an any | 
| static java.lang.String | id()Return the PolicyFactory IDL ID | 
| static void | insert(Any a,
       PolicyFactory t)Insert PolicyFactory into an any | 
| static PolicyFactory | narrow(Object obj)Narrow CORBA::Object to PolicyFactory | 
| static PolicyFactory | read(InputStream istream)Read PolicyFactory from a marshalled stream | 
| static TypeCode | type()Return the PolicyFactory TypeCode | 
| static PolicyFactory | unchecked_narrow(Object obj)Unchecked Narrow CORBA::Object to PolicyFactory | 
| static void | write(OutputStream ostream,
      PolicyFactory value)Write PolicyFactory into a marshalled stream | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public PolicyFactoryHelper()
| Method Detail | 
public static void insert(Any a,
                          PolicyFactory t)
a - an anyt - PolicyFactory valuepublic static PolicyFactory extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static PolicyFactory read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
                         PolicyFactory value)
ostream - the output streamvalue - PolicyFactory valuepublic static PolicyFactory narrow(Object obj)
obj - the CORBA Objectpublic static PolicyFactory unchecked_narrow(Object obj)
obj - the CORBA Object| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||