org.chorem.pollen.services
Class PollenNotifierWorker
java.lang.Object
org.chorem.pollen.services.PollenNotifierWorker
- All Implemented Interfaces:
- Closeable, Runnable
public class PollenNotifierWorker
- extends Object
- implements Runnable, Closeable
This service run as a daemon seek to send some notification from running poll
store in PreventRule.
- Since:
- 1.3
- Author:
- tchemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceContext
protected final PollenServiceContext serviceContext
- Service context used to create other services.
PollenNotifierWorker
public PollenNotifierWorker(PollenServiceContext serviceContext,
org.nuiton.topia.TopiaContext rootContext)
run
public void run()
- Specified by:
run in interface Runnable
close
public void close()
throws IOException
- Specified by:
close in interface Closeable
- Throws:
IOException
Copyright © 2009-2012 CodeLutin. All Rights Reserved.