public interface CompanionService
Modifier and Type | Method and Description |
---|---|
AppToAppInfo[] |
getAppToAppInfos()
Gets an arrays of
AppToAppInfo associated with the service. |
java.lang.String |
getFriendlyName()
Gets the name of the service supplied by the service vendor.
|
void |
pause()
Pauses the service.
|
void |
resume()
Resumes the service from paused state.
|
void |
start()
Starts the service.
|
void |
stop()
Stops the service.
|
void start()
void stop()
void pause()
CompanionService
shall hold on
any communication with connected clients.void resume()
java.lang.String getFriendlyName()
AppToAppInfo[] getAppToAppInfos()
AppToAppInfo
associated with the service. The
array shall contain at least one element.AppToAppInfo