edu.internet2.middleware.grouper.changeLog.consumer
Class PrintChangeLogConsumer

java.lang.Object
  extended by edu.internet2.middleware.grouper.changeLog.ChangeLogConsumerBase
      extended by edu.internet2.middleware.grouper.changeLog.ChangeLogConsumerBaseImpl
          extended by edu.internet2.middleware.grouper.changeLog.consumer.PrintChangeLogConsumer

public class PrintChangeLogConsumer
extends ChangeLogConsumerBaseImpl

Example change log consumer based on ChangeLogConsumerBaseImpl. ChangeLogConsumerBaseImpl handles the mapping of change log event to methods, the processing loop, and exception handling.


Field Summary
static List<String> eventsProcessed
          list used for testing
 
Fields inherited from class edu.internet2.middleware.grouper.changeLog.ChangeLogConsumerBaseImpl
CONFIG_FOLDER_NAME, CONSUMER_CLASS_NAME, SYNC_ATTRIBUTE_NAME
 
Constructor Summary
PrintChangeLogConsumer()
           
 
Method Summary
 
Methods inherited from class edu.internet2.middleware.grouper.changeLog.ChangeLogConsumerBaseImpl
getConsumerName, processChangeLogEntries
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventsProcessed

public static List<String> eventsProcessed
list used for testing

Constructor Detail

PrintChangeLogConsumer

public PrintChangeLogConsumer()