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, setNamepublic QName getTagQName()
Startuppublic void destroy()
ManagedLifecyclepublic void init(SynapseEnvironment synapseEnvironment)
ManagedLifecyclesynapseEnvironment - SynapseEnvironment to be used for initializationpublic TaskDescription getTaskDescription()
public void setTaskDescription(TaskDescription taskDescription)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.