@API
public interface ServiceActivator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
boolean |
isRunning() |
boolean |
isStopped() |
void |
start()
Starts this instance
|
void |
stop()
Stops this instance
|
java.lang.String getDescription()
boolean isRunning()
boolean isStopped()
void start()
throws com.technia.tif.core.ServiceException
com.technia.tif.core.ServiceExceptionvoid stop() throws com.technia.tif.core.ServiceException
com.technia.tif.core.ServiceException