|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.startup.AbstractStartup
public abstract class AbstractStartup
| Field Summary | |
|---|---|
protected String |
description
Holds the description of the startup |
protected String |
fileName
Holds the name of the file where this startup is defined |
protected String |
name
Holds the name of a Startup |
| Constructor Summary | |
|---|---|
AbstractStartup()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the description of the startup |
String |
getFileName()
Returns the name of the file where this startup is defined |
String |
getName()
This will return the name of the startup |
void |
setDescription(String description)
Sets the description of the startup |
void |
setFileName(String fileName)
Set the name of the file name where this startup is defined |
void |
setName(String name)
This will set the name of a Startup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.synapse.Startup |
|---|
getTagQName |
| Methods inherited from interface org.apache.synapse.ManagedLifecycle |
|---|
destroy, init |
| Field Detail |
|---|
protected String name
protected String fileName
protected String description
| Constructor Detail |
|---|
public AbstractStartup()
| Method Detail |
|---|
public String getName()
getName in interface Nameablepublic void setName(String name)
setName in interface Nameablename - String name to be set to the startuppublic String getFileName()
getFileName in interface Startuppublic void setFileName(String fileName)
setFileName in interface StartupfileName - the name of the file as a stringpublic String getDescription()
getDescription in interface SynapseArtifactpublic void setDescription(String description)
setDescription in interface SynapseArtifactdescription - tobe set to the artifact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||