public class MyStartableLifecycleStrategy extends StartableLifecycleStrategy
| Constructor and Description |
|---|
MyStartableLifecycleStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected Class |
getDisposableInterface() |
protected String |
getDisposeMethodName()
Retrieve the lifecycle method name that represents the dispose method.
|
protected Class |
getStartableInterface() |
protected String |
getStartMethodName()
Retrieve the lifecycle method name that represents the start method.
|
protected String |
getStopMethodName()
Retrieve the lifecycle method name that represents the stop method.
|
dispose, disposeComponent, hasLifecycle, start, startComponent, stop, stopComponentchangeMonitor, currentMonitor, isLazypublic MyStartableLifecycleStrategy()
protected String getStopMethodName()
StartableLifecycleStrategygetStopMethodName in class StartableLifecycleStrategyprotected String getStartMethodName()
StartableLifecycleStrategygetStartMethodName in class StartableLifecycleStrategyprotected String getDisposeMethodName()
StartableLifecycleStrategygetDisposeMethodName in class StartableLifecycleStrategyprotected Class getStartableInterface()
getStartableInterface in class StartableLifecycleStrategyprotected Class getDisposableInterface()
getDisposableInterface in class StartableLifecycleStrategyCopyright © 2003–2019 Codehaus. All rights reserved.