org.apache.synapse.startup
Class AbstractStartup

java.lang.Object
  extended by 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
 
Constructor Summary
AbstractStartup()
           
 
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
 
Methods inherited from interface org.apache.synapse.Startup
getTagQName
 
Methods inherited from interface org.apache.synapse.ManagedLifecycle
destroy, init
 

Field Detail

name

protected String name
Holds the name of a Startup

Constructor Detail

AbstractStartup

public AbstractStartup()
Method Detail

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.