arta.synergy.ejb.log.checkers
Class AbstractNotifier

java.lang.Object
  extended by arta.synergy.ejb.log.checkers.AbstractNotifier
Direct Known Subclasses:
ActionExpireNotifier, ActionFinishedNotifier, ActionStartNotifier

public abstract class AbstractNotifier
extends java.lang.Object

Created by IntelliJ IDEA. User: topa Date: 24.06.2011 Time: 17:00:16 To change this template use File | Settings | File Templates.


Field Summary
protected  boolean isRunning
           
protected  java.util.Date lastNotifyDate
           
protected  java.util.Date now
           
 
Constructor Summary
AbstractNotifier()
           
 
Method Summary
protected abstract  void findNotifications()
           
abstract  java.lang.String getName()
           
 boolean isRunning()
           
 void performCheck()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastNotifyDate

protected java.util.Date lastNotifyDate

now

protected java.util.Date now

isRunning

protected boolean isRunning
Constructor Detail

AbstractNotifier

public AbstractNotifier()
Method Detail

performCheck

public void performCheck()

findNotifications

protected abstract void findNotifications()

getName

public abstract java.lang.String getName()

isRunning

public boolean isRunning()


Copyright © 2000 Dummy Corp. All Rights Reserved.