Startup (Apache Synapse 3.0.1 API) JavaScript is disabled on your browser. Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method org.apache.synapse Interface Startup All Superinterfaces: ManagedLifecycle, Nameable, SynapseArtifact All Known Implementing Classes: AbstractStartup, SimpleQuartz public interface Startup extends ManagedLifecycle, Nameable, SynapseArtifact This startup interface will be instantiated to create startup tasks. Method Summary All Methods Instance Methods Abstract Methods  Modifier and Type Method and Description 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 void setFileName(String fileName) Set the name of the file name where this startup is defined Methods inherited from interface org.apache.synapse.ManagedLifecycle destroy, init Methods inherited from interface org.apache.synapse.Nameable getName, setName Methods inherited from interface org.apache.synapse.SynapseArtifact getDescription, setDescription Method Detail getTagQName QName getTagQName() This will return the configuration tag QName of the implemented startup Returns: QName representing the configuration element for the startup getFileName String getFileName() Returns the name of the file where this startup is defined Returns: a file name as a string or null setFileName void setFileName(String fileName) Set the name of the file name where this startup is defined Parameters: fileName - the name of the file as a string Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.