public class StartUpController extends AbstractStartup
artifactContainerName, description, fileName, isEdited, name
Constructor and Description |
---|
StartUpController() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
This method should implement the destroying of the
implemented parts of the configuration.
|
void |
destroy(boolean removeTask)
Remove the scheduled task completely.
|
QName |
getTagQName()
This will return the configuration tag QName of the implemented startup
|
org.apache.synapse.task.TaskDescription |
getTaskDescription() |
void |
init(SynapseEnvironment synapseEnvironment)
This method should implement the initialization of the
implemented parts of the configuration.
|
void |
setTaskDescription(org.apache.synapse.task.TaskDescription taskDescription) |
getArtifactContainerName, getDescription, getFileName, getName, isEdited, setArtifactContainerName, setDescription, setFileName, setIsEdited, setName
public QName getTagQName()
Startup
public void destroy(boolean removeTask)
This was introduced as a fix for product-ei#1206.
removeTask
- whether keep the task or not.public void destroy()
ManagedLifecycle
public void init(SynapseEnvironment synapseEnvironment)
ManagedLifecycle
synapseEnvironment
- SynapseEnvironment to be used for initializationpublic org.apache.synapse.task.TaskDescription getTaskDescription()
public void setTaskDescription(org.apache.synapse.task.TaskDescription taskDescription)
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.