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.
|
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()
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–2017 Apache Software Foundation. All rights reserved.