org.omg.PortableServer
Class ThreadPolicyHelper

java.lang.Object
  |
  +--org.omg.PortableServer.ThreadPolicyHelper

public class ThreadPolicyHelper
extends java.lang.Object


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

Constructor Detail

ThreadPolicyHelper

public ThreadPolicyHelper()
Method Detail

insert

public static void insert(Any a,
                          ThreadPolicy t)

extract

public static ThreadPolicy extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ThreadPolicy read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ThreadPolicy value)

narrow

public static ThreadPolicy narrow(Object obj)

unchecked_narrow

public static ThreadPolicy unchecked_narrow(Object obj)