Package org.bonitasoft.engine.tracking
Class AbstractFlushEventListener
java.lang.Object
org.bonitasoft.engine.tracking.AbstractFlushEventListener
- All Implemented Interfaces:
FlushEventListener
- Direct Known Subclasses:
CSVFlushEventListener,MemoryFlushEventListener
- Author:
- Charles Souillard
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.tracking.FlushEventListener
flush, notifyStartTracking, notifyStopTracking
-
Constructor Details
-
AbstractFlushEventListener
protected AbstractFlushEventListener(boolean activateByDefault)
-
-
Method Details
-
getStatus
- Specified by:
getStatusin interfaceFlushEventListener
-
getName
- Specified by:
getNamein interfaceFlushEventListener
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceFlushEventListener
-
activate
public void activate()- Specified by:
activatein interfaceFlushEventListener
-
deactivate
public void deactivate()- Specified by:
deactivatein interfaceFlushEventListener
-