Openfire 3.7.0 Javadoc

org.jivesoftware.openfire.pubsub
Class PublishedItemTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.jivesoftware.openfire.pubsub.PublishedItemTask
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
PublishedPEPServiceTask

public class PublishedItemTask
extends TimerTask

A timed maintenance task that updates the database by adding and/or removing PublishedItems in regular intervals.

Author:
Matt Tucker

Constructor Summary
PublishedItemTask(PubSubService service)
           
 
Method Summary
protected  PubSubService getService()
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishedItemTask

public PublishedItemTask(PubSubService service)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

getService

protected PubSubService getService()

Openfire 3.7.0 Javadoc

Copyright © 2003-2008 Jive Software.