001    package org.omg.SecurityLevel2;
002    
003    
004    /**
005     * Generated from IDL interface "AuditChannel".
006     *
007     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
008     * @version generated at Sep 22, 2012 10:58:00 AM
009     */
010    
011    public interface AuditChannelOperations
012    {
013            /* constants */
014            /* operations  */
015            void audit_write(org.omg.Security.AuditEventType event_type, org.omg.SecurityLevel2.Credentials[] creds, org.omg.TimeBase.UtcT time, org.omg.Security.SelectorValue[] descriptors, org.omg.CORBA.Any event_specific_data);
016            int audit_channel_id();
017    }