public interface Service
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys the service.
|
String |
getType()
gets the internal type of the service.
|
void |
init(ServiceContext serviceContext)
Initializes the service.
|
void |
quiesce()
Quiesces the service.
|
void |
start()
Starts the service.
|
void |
stop()
Stops the service.
|
String getType()
void init(ServiceContext serviceContext) throws Exception
ExceptionCopyright © 2014–2017. All rights reserved.