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