Uses of Interface
org.omg.SecurityLevel2.DelegationDirectivePolicy

Packages that use DelegationDirectivePolicy
org.omg.SecurityLevel2   
 

Uses of DelegationDirectivePolicy in org.omg.SecurityLevel2
 

Fields in org.omg.SecurityLevel2 declared as DelegationDirectivePolicy
 DelegationDirectivePolicy DelegationDirectivePolicyHolder.value
           
 

Methods in org.omg.SecurityLevel2 that return DelegationDirectivePolicy
static DelegationDirectivePolicy DelegationDirectivePolicyHelper.extract(Any any)
           
static DelegationDirectivePolicy DelegationDirectivePolicyHelper.narrow(Object obj)
           
static DelegationDirectivePolicy DelegationDirectivePolicyHelper.read(InputStream in)
           
static DelegationDirectivePolicy DelegationDirectivePolicyHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.SecurityLevel2 with parameters of type DelegationDirectivePolicy
static void DelegationDirectivePolicyHelper.insert(Any any, DelegationDirectivePolicy s)
           
static void DelegationDirectivePolicyHelper.write(OutputStream _out, DelegationDirectivePolicy s)
           
 

Constructors in org.omg.SecurityLevel2 with parameters of type DelegationDirectivePolicy
DelegationDirectivePolicyHolder(DelegationDirectivePolicy initial)