@ComponentProfile(summary="A service/list that should be executed after conditions have NOT been met. ",
tag="service, conditional")
public class ElseService
extends java.lang.Object
implements ComponentLifecycle, ComponentLifecycleExtension
| Constructor and Description |
|---|
ElseService() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Service |
getService() |
void |
init() |
void |
prepare() |
void |
setService(Service elseService) |
void |
start() |
void |
stop() |
public void prepare()
throws CoreException
prepare in interface ComponentLifecycleExtensionCoreExceptionpublic void init()
throws CoreException
init in interface ComponentLifecycleCoreExceptionpublic void start()
throws CoreException
start in interface ComponentLifecycleCoreExceptionpublic void stop()
stop in interface ComponentLifecyclepublic void close()
close in interface ComponentLifecyclepublic Service getService()
public void setService(Service elseService)