org.omg.PortableServer
Class ThreadPolicyHelper

java.lang.Object
  extended byorg.omg.PortableServer.ThreadPolicyHelper

public final class ThreadPolicyHelper
extends java.lang.Object

Generated from IDL interface "ThreadPolicy"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
ThreadPolicyHelper()
           
 
Method Summary
static ThreadPolicy extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, ThreadPolicy s)
           
static ThreadPolicy narrow(java.lang.Object obj)
           
static ThreadPolicy narrow(Object obj)
           
static ThreadPolicy read(InputStream in)
           
static TypeCode type()
           
static ThreadPolicy unchecked_narrow(Object obj)
           
static void write(OutputStream _out, ThreadPolicy s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPolicyHelper

public ThreadPolicyHelper()
Method Detail

insert

public static void insert(Any any,
                          ThreadPolicy s)

extract

public static ThreadPolicy extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ThreadPolicy read(InputStream in)

write

public static void write(OutputStream _out,
                         ThreadPolicy s)

narrow

public static ThreadPolicy narrow(java.lang.Object obj)

narrow

public static ThreadPolicy narrow(Object obj)

unchecked_narrow

public static ThreadPolicy unchecked_narrow(Object obj)