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