Package org.apache.batchee.cli.lifecycle
Interface Lifecycle<T>
-
- Type Parameters:
T
- the state type
- All Known Implementing Classes:
CdiCtrlLifecycle
,CdiSeLifecycle
,LifecycleBase
,OpenEJBLifecycle
,SpringLifecycle
public interface Lifecycle<T>
Handle before/after hooks for each command.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
start()
void
stop(T state)
-