xmlBlaster 2.2.0 contributions API

org.xmlBlaster.contrib.scheduler
Class SchedulerPlugin

java.lang.Object
  extended by org.xmlBlaster.contrib.GlobalInfo
      extended by org.xmlBlaster.contrib.scheduler.SchedulerPlugin
All Implemented Interfaces:
org.quartz.Job, I_Info, SchedulerPluginMBean, org.xmlBlaster.util.plugin.I_Plugin

public class SchedulerPlugin
extends GlobalInfo
implements SchedulerPluginMBean, org.quartz.Job


Nested Class Summary
 class SchedulerPlugin.CronData
          The syntax for the configuration is as for crontab: http://www.adminschoice.com/docs/crontab.htm#Crontab%20file .
 
Field Summary
 
Fields inherited from class org.xmlBlaster.contrib.GlobalInfo
global, LOWER_CASE, ORIGINAL_ENGINE_GLOBAL, pluginInfo, UNTOUCHED, UPPER_CASE
 
Fields inherited from interface org.xmlBlaster.contrib.I_Info
ID, JMX_PREFIX
 
Constructor Summary
SchedulerPlugin()
           
 
Method Summary
 java.lang.String addScheduler(java.lang.String name, java.lang.String value)
           
protected  void doInit(org.xmlBlaster.util.Global glob, org.xmlBlaster.util.plugin.PluginInfo plugInfo)
           
 void execute(org.quartz.JobExecutionContext context)
           
 java.lang.String getJobNames()
           
 java.lang.String getSchedulerList()
           
 java.lang.String removeScheduler(java.lang.String name)
           
 void shutdown()
          Cleans up the resource.
 
Methods inherited from class org.xmlBlaster.contrib.GlobalInfo
dump, get, getBoolean, getGlobal, getInt, getKeys, getLong, getObject, getObjectKeys, getOriginalGlobal, getRaw, getStrippedString, getType, getVersion, init, loadPlugin, put, putObject, putRaw, replaceAllEntries, setStrippedHostname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerPlugin

public SchedulerPlugin()
Method Detail

removeScheduler

public java.lang.String removeScheduler(java.lang.String name)
Specified by:
removeScheduler in interface SchedulerPluginMBean

doInit

protected void doInit(org.xmlBlaster.util.Global glob,
                      org.xmlBlaster.util.plugin.PluginInfo plugInfo)
               throws org.xmlBlaster.util.XmlBlasterException
Specified by:
doInit in class GlobalInfo
Parameters:
glob - The global passed by the RunLevelManager, this is not the object owned by the plugin. It is the original global.
Throws:
org.xmlBlaster.util.XmlBlasterException

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException

shutdown

public void shutdown()
              throws org.xmlBlaster.util.XmlBlasterException
Description copied from interface: org.xmlBlaster.util.plugin.I_Plugin
Cleans up the resource.

Specified by:
shutdown in interface SchedulerPluginMBean
Specified by:
shutdown in interface org.xmlBlaster.util.plugin.I_Plugin
Overrides:
shutdown in class GlobalInfo
Throws:
org.xmlBlaster.util.XmlBlasterException - if an exception occurs. The exception is handled by the RunLevelManager depending on how the plugin has been configured with the action:

<action do='STOP' onShutdownRunlevel='2' sequence='5' onFail='resource.configuration.pluginFailed'> If onFail is defined to something, the RunLevelManager will stop.

See Also:
I_Plugin.shutdown()

getSchedulerList

public java.lang.String getSchedulerList()
Specified by:
getSchedulerList in interface SchedulerPluginMBean

addScheduler

public java.lang.String addScheduler(java.lang.String name,
                                     java.lang.String value)
Specified by:
addScheduler in interface SchedulerPluginMBean

getJobNames

public java.lang.String getJobNames()
                             throws org.quartz.SchedulerException
Specified by:
getJobNames in interface SchedulerPluginMBean
Throws:
org.quartz.SchedulerException

xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.