public class SimpleQuartz extends AbstractStartup
description, fileName, name
Constructor and Description |
---|
SimpleQuartz() |
Modifier and Type | Method and Description |
---|---|
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) |
getDescription, getFileName, getName, setDescription, setFileName, setName
public QName getTagQName()
Startup
public void destroy()
ManagedLifecycle
public void init(SynapseEnvironment synapseEnvironment)
ManagedLifecycle
synapseEnvironment
- SynapseEnvironment to be used for initializationpublic TaskDescription getTaskDescription()
public void setTaskDescription(TaskDescription taskDescription)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.