org.apache.synapse.startup.quartz
Class SimpleQuartz

java.lang.Object
  extended by org.apache.synapse.startup.AbstractStartup
      extended by org.apache.synapse.startup.quartz.SimpleQuartz
All Implemented Interfaces:
ManagedLifecycle, Nameable, Startup, SynapseArtifact

public class SimpleQuartz
extends AbstractStartup


Field Summary
 
Fields inherited from class org.apache.synapse.startup.AbstractStartup
description, fileName, name
 
Constructor Summary
SimpleQuartz()
           
 
Method Summary
 void destroy()
          This method should implement the destroying of the implemented parts of the configuration.
 QName getTagQName()
          This will return the configuration tag QName of the implemented startup
 TaskDescription getTaskDescription()
           
 void init(SynapseEnvironment synapseEnvironment)
          This method should implement the initialization of the implemented parts of the configuration.
 void setTaskDescription(TaskDescription taskDescription)
           
 
Methods inherited from class org.apache.synapse.startup.AbstractStartup
getDescription, getFileName, getName, setDescription, setFileName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleQuartz

public SimpleQuartz()
Method Detail

getTagQName

public QName getTagQName()
Description copied from interface: Startup
This will return the configuration tag QName of the implemented startup

Returns:
QName representing the configuration element for the startup

destroy

public void destroy()
Description copied from interface: ManagedLifecycle
This method should implement the destroying of the implemented parts of the configuration.


init

public void init(SynapseEnvironment synapseEnvironment)
Description copied from interface: ManagedLifecycle
This method should implement the initialization of the implemented parts of the configuration.

Parameters:
synapseEnvironment - SynapseEnvironment to be used for initialization

getTaskDescription

public TaskDescription getTaskDescription()

setTaskDescription

public void setTaskDescription(TaskDescription taskDescription)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.