org.omg.SecurityLevel2
Class DelegationDirectivePolicyHelper

java.lang.Object
  extended byorg.omg.SecurityLevel2.DelegationDirectivePolicyHelper

public final class DelegationDirectivePolicyHelper
extends java.lang.Object

Generated from IDL interface "DelegationDirectivePolicy"

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

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

Constructor Detail

DelegationDirectivePolicyHelper

public DelegationDirectivePolicyHelper()
Method Detail

insert

public static void insert(Any any,
                          DelegationDirectivePolicy s)

extract

public static DelegationDirectivePolicy extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static DelegationDirectivePolicy read(InputStream in)

write

public static void write(OutputStream _out,
                         DelegationDirectivePolicy s)

narrow

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

narrow

public static DelegationDirectivePolicy narrow(Object obj)

unchecked_narrow

public static DelegationDirectivePolicy unchecked_narrow(Object obj)