atg.security
Class ConsoleAccessLogger

java.lang.Object
  extended by atg.security.ConsoleAccessLogger
All Implemented Interfaces:
DataListener, java.util.EventListener

public class ConsoleAccessLogger
extends java.lang.Object
implements DataListener


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
ConsoleAccessLogger()
           
 
Method Summary
 void addDataItem(java.lang.Object pData)
          Method called when an access event occurs.
 
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

ConsoleAccessLogger

public ConsoleAccessLogger()
Method Detail

addDataItem

public void addDataItem(java.lang.Object pData)
Method called when an access event occurs.

Specified by:
addDataItem in interface DataListener