org.picocontainer.lifecycle
Class MyStartableLifecycleStrategy
java.lang.Object
org.picocontainer.lifecycle.AbstractMonitoringLifecycleStrategy
org.picocontainer.lifecycle.StartableLifecycleStrategy
org.picocontainer.lifecycle.MyStartableLifecycleStrategy
- All Implemented Interfaces:
- Serializable, ComponentMonitorStrategy, LifecycleStrategy
public class MyStartableLifecycleStrategy
- extends StartableLifecycleStrategy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyStartableLifecycleStrategy
public MyStartableLifecycleStrategy()
getStopMethodName
protected String getStopMethodName()
- Overrides:
getStopMethodName
in class StartableLifecycleStrategy
getStartMethodName
protected String getStartMethodName()
- Overrides:
getStartMethodName
in class StartableLifecycleStrategy
getDisposeMethodName
protected String getDisposeMethodName()
- Overrides:
getDisposeMethodName
in class StartableLifecycleStrategy
getStartableInterface
protected Class getStartableInterface()
- Overrides:
getStartableInterface
in class StartableLifecycleStrategy
getDisposableInterface
protected Class getDisposableInterface()
- Overrides:
getDisposableInterface
in class StartableLifecycleStrategy
Copyright © 2003-2010 Codehaus. All Rights Reserved.