public interface RemoteService
| Modifier and Type | Method and Description |
|---|---|
ServiceInformation |
getServiceInformation()
Provides servicing information that can be used by remote endpoints
to connect to this remote service.
|
boolean |
isEnabled()
Returns wether this remote service is enabled
|
void |
startService()
Called during kernel startup, can be used to initialize any servicing components
|
void |
stopService()
Called during kernel shutdown, can be used to cleanup used resources
|
boolean isEnabled()
void startService()
throws JasDBException
ServiceException - If unable to start the remote serviceJasDBExceptionvoid stopService()
throws JasDBException
ServiceException - If unable to cleanly stop the remote serviceJasDBExceptionServiceInformation getServiceInformation()
Copyright © 2015. All rights reserved.