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