public interface ServiceLifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
initService(EnvironmentContext aContext)
Initialize a service.
|
void |
startService()
Start a service.
|
void |
stopService()
Stop a service.
|
void initService(EnvironmentContext aContext) throws JBIException
aContext - the JBI environment context created
by the JBI frameworkJBIException - if an error occursvoid startService()
throws JBIException
JBIException - if an error occursvoid stopService()
throws JBIException
JBIException - if an error occursCopyright © 2011-2016 OpenESB Community. All Rights Reserved.