atg.security
Class SecurityDomainEvent

java.lang.Object
  extended by atg.security.SecurityDomainEvent
Direct Known Subclasses:
AccessEvent

public class SecurityDomainEvent
extends java.lang.Object

Base class for all security domain-related events.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
SecurityDomainEvent(SecurityDomain pDomain)
           
 
Method Summary
 SecurityDomain getSecurityDomain()
          Returns the security domain that generated the event.
 long getTimestamp()
          Returns the timestamp at which the event occurred.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

SecurityDomainEvent

public SecurityDomainEvent(SecurityDomain pDomain)
Method Detail

getSecurityDomain

public SecurityDomain getSecurityDomain()
Returns the security domain that generated the event.


getTimestamp

public long getTimestamp()
Returns the timestamp at which the event occurred.