public interface MediaServer
| Modifier and Type | Method and Description |
|---|---|
void |
addManager(ServerManager manager)
Registers given manager.
|
boolean |
isRunning()
Gets whether the media server is running or not.
|
void |
removeManager(ServerManager manager)
Unregisters given manager.
|
void |
start()
Starts the Media Server.
|
void |
stop()
Stops the Media Server.
|
void addManager(ServerManager manager)
manager - the manager instance.void removeManager(ServerManager manager)
manager - the manager instance.void start()
throws IllegalStateException
IllegalStateException - If the server is already running.void stop()
throws IllegalStateException
IllegalStateException - If the server is already stopped.boolean isRunning()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.