org.chorem.pollen.services
Class PollenNotifierWorker

java.lang.Object
  extended by 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

Field Summary
protected  PollenServiceContext serviceContext
          Service context used to create other services.
 
Constructor Summary
PollenNotifierWorker(PollenServiceContext serviceContext, org.nuiton.topia.TopiaContext rootContext)
           
 
Method Summary
 void close()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceContext

protected final PollenServiceContext serviceContext
Service context used to create other services.

Constructor Detail

PollenNotifierWorker

public PollenNotifierWorker(PollenServiceContext serviceContext,
                            org.nuiton.topia.TopiaContext rootContext)
Method Detail

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.