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, stopComponent
changeMonitor, currentMonitor, isLazy
public MyStartableLifecycleStrategy()
protected String getStopMethodName()
StartableLifecycleStrategy
getStopMethodName
in class StartableLifecycleStrategy
protected String getStartMethodName()
StartableLifecycleStrategy
getStartMethodName
in class StartableLifecycleStrategy
protected String getDisposeMethodName()
StartableLifecycleStrategy
getDisposeMethodName
in class StartableLifecycleStrategy
protected Class getStartableInterface()
getStartableInterface
in class StartableLifecycleStrategy
protected Class getDisposableInterface()
getDisposableInterface
in class StartableLifecycleStrategy
Copyright © 2003–2016 Codehaus. All rights reserved.