org.omg.Security
Class AuditEventType

java.lang.Object
  extended byorg.omg.Security.AuditEventType
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class AuditEventType
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "AuditEventType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 ExtensibleFamily event_family
           
 short event_type
           
 
Constructor Summary
AuditEventType()
           
AuditEventType(ExtensibleFamily event_family, short event_type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event_family

public ExtensibleFamily event_family

event_type

public short event_type
Constructor Detail

AuditEventType

public AuditEventType()

AuditEventType

public AuditEventType(ExtensibleFamily event_family,
                      short event_type)