public interface ServerManager
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activates the Media Server Controller.
|
void |
deactivate()
Deactivates the Media Server Controller.
|
ControlProtocol |
getControlProtocol()
Gets the control protocol supported by the controller.
|
boolean |
isActive()
Gets whether the controller is active
|
void |
onStarted(Endpoint endpoint,
EndpointInstaller installer)
Notifies manager that given endpoint has been started.
|
void |
onStopped(Endpoint endpoint)
Notifies manager that given endpoint has been stopped.
|
ControlProtocol getControlProtocol()
void activate()
throws IllegalStateException
IllegalStateException - If the controller is already active.void deactivate()
throws IllegalStateException
IllegalStateException - If the controller is already inactive.boolean isActive()
void onStarted(Endpoint endpoint, EndpointInstaller installer)
endpoint - the started endpoint.void onStopped(Endpoint endpoint)
endpoint - the started endpoint.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.