edu.iris.Fissures
Class AuditElement

java.lang.Object
  extended by edu.iris.Fissures.AuditElement
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class AuditElement
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

The audit item holds the time of the event in addition to the audit info

See Also:
Serialized Form

Field Summary
 AuditInfo information
           
 Time time_occurred
           
 
Constructor Summary
AuditElement()
           
AuditElement(Time time_occurred, AuditInfo information)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time_occurred

public Time time_occurred

information

public AuditInfo information
Constructor Detail

AuditElement

public AuditElement()

AuditElement

public AuditElement(Time time_occurred,
                    AuditInfo information)