001    package org.omg.Security;
002    
003    
004    /**
005    * org/omg/Security/AuditEventType.java .
006    * Generated by the IDL-to-Java compiler (portable), version "3.2"
007    * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/Security.idl
008    * Monday, June 18, 2012 10:36:15 AM CEST
009    */
010    
011    public final class AuditEventType implements org.omg.CORBA.portable.IDLEntity
012    {
013      public org.omg.Security.ExtensibleFamily event_family = null;
014      public short event_type = (short)0;
015    
016      public AuditEventType ()
017      {
018      } // ctor
019    
020      public AuditEventType (org.omg.Security.ExtensibleFamily _event_family, short _event_type)
021      {
022        event_family = _event_family;
023        event_type = _event_type;
024      } // ctor
025    
026    } // class AuditEventType