org.chorem.vradi.services.tasks
Class ImportXmlStreamTasks
java.lang.Object
java.util.TimerTask
org.chorem.vradi.services.tasks.ImportXmlStreamTasks
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- AssignXmlStreamTasks
public class ImportXmlStreamTasks
- extends TimerTask
This task run at specified stream import time to import new stream.
- Version:
- $Revision: 21 $
Last update : $Date: 2011-05-09 18:43:58 +0200 (lun., 09 mai 2011) $
By : $Author: sletellier $
- Author:
- chatellier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
protected org.nuiton.util.ApplicationConfig config
wikittyProxy
protected org.nuiton.wikitty.WikittyProxy wikittyProxy
bindingManager
protected BindingManager bindingManager
importResult
protected XmlStreamImportResult importResult
xmlStreamId
protected String xmlStreamId
- Il faut l'id du flux et non le flux (wikitty obselete).
ImportXmlStreamTasks
public ImportXmlStreamTasks(org.nuiton.util.ApplicationConfig config,
org.nuiton.wikitty.WikittyProxy wikittyProxy,
BindingManager bindingManager,
String xmlStreamId)
run
public void run()
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask
sendEmailError
protected void sendEmailError(String xmlStreamId,
VradiException error)
Copyright © 2009-2011 CodeLutin. All Rights Reserved.