org.omg.CORBA
Class PolicyHelper

java.lang.Object
  extended by org.omg.CORBA.PolicyHelper

public abstract class PolicyHelper
extends Object


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

Constructor Detail

PolicyHelper

public PolicyHelper()
Method Detail

insert

public static void insert(Any any,
                          Policy val)

extract

public static Policy extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static Policy read(InputStream in)

write

public static void write(OutputStream out,
                         Policy val)

narrow

public static Policy narrow(Object val)

unchecked_narrow

public static Policy unchecked_narrow(Object val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.