org.apache.synapse.startup
Class AbstractStartup
java.lang.Object
org.apache.synapse.startup.AbstractStartup
- All Implemented Interfaces:
- ManagedLifecycle, Startup
- Direct Known Subclasses:
- SimpleQuartz
public abstract class AbstractStartup
- extends Object
- implements Startup
|
Field Summary |
protected String |
name
Holds the name of a Startup |
|
Method Summary |
String |
getName()
This will return the name of the startup |
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 |
name
protected String name
- Holds the name of a Startup
AbstractStartup
public AbstractStartup()
getName
public String getName()
- This will return the name of the startup
- Specified by:
getName in interface Startup
- Returns:
- String representing the name
setName
public void setName(String name)
- This will set the name of a Startup
- Specified by:
setName in interface Startup
- Parameters:
name - String name to be set to the startup
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.