edu.mit.csail.aeolus.auditing
Class EventID

java.lang.Object
  extended by edu.mit.csail.aeolus.auditing.EventID
All Implemented Interfaces:
AeolusSafe, java.io.Serializable, java.lang.Cloneable

public final class EventID
extends java.lang.Object
implements java.io.Serializable, AeolusSafe, java.lang.Cloneable

User/system event ID associated with a log record

See Also:
Serialized Form

Field Summary
static EventID systemEvent
          Deprecated. 
 
Method Summary
 EventID clone()
          Returns a new EventID which will be equal to this.
 boolean equals(java.lang.Object e)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

systemEvent

@Deprecated
public static final EventID systemEvent
Deprecated. 
Method Detail

clone

public EventID clone()
Returns a new EventID which will be equal to this.

Overrides:
clone in class java.lang.Object

equals

public boolean equals(java.lang.Object e)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object