Uses of Interface
org.omg.SecurityLevel2.AuditChannel

Packages that use AuditChannel
org.omg.SecurityLevel2   
 

Uses of AuditChannel in org.omg.SecurityLevel2
 

Fields in org.omg.SecurityLevel2 declared as AuditChannel
 AuditChannel AuditChannelHolder.value
           
 

Methods in org.omg.SecurityLevel2 that return AuditChannel
static AuditChannel AuditChannelHelper.extract(Any any)
           
static AuditChannel AuditChannelHelper.read(InputStream in)
           
static AuditChannel AuditChannelHelper.narrow(java.lang.Object obj)
           
static AuditChannel AuditChannelHelper.narrow(Object obj)
           
static AuditChannel AuditChannelHelper.unchecked_narrow(Object obj)
           
 AuditChannel AuditDecisionOperations.audit_channel()
           
 

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

Constructors in org.omg.SecurityLevel2 with parameters of type AuditChannel
AuditChannelHolder(AuditChannel initial)