public interface Startup extends ManagedLifecycle, Nameable, SynapseArtifact
Modifier and Type | Method and Description |
---|---|
String |
getArtifactContainerName()
Get the name of the artifact container from which the task deployed
|
String |
getFileName()
Returns the name of the file where this startup is defined
|
QName |
getTagQName()
This will return the configuration tag QName of the implemented startup
|
boolean |
isEdited()
Whether the task edited through the management console
|
void |
setArtifactContainerName(String artifactContainerName)
Set the name of the artifact container from which the task deployed
|
void |
setFileName(String fileName)
Set the name of the file name where this startup is defined
|
void |
setIsEdited(boolean isEdited)
Set whether the task edited through the management console
|
destroy, init
getDescription, setDescription
QName getTagQName()
String getFileName()
void setFileName(String fileName)
fileName
- the name of the file as a stringboolean isEdited()
void setIsEdited(boolean isEdited)
isEdited
- String getArtifactContainerName()
void setArtifactContainerName(String artifactContainerName)
artifactContainerName
- Copyright © 2005–2019 Apache Software Foundation. All rights reserved.