public class MgcpController extends Object implements ServerManager
| Constructor and Description |
|---|
MgcpController() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
ControlProtocol |
getControlProtocol() |
boolean |
isActive() |
void |
onStarted(Endpoint endpoint,
EndpointInstaller installer) |
void |
onStopped(Endpoint endpoint) |
public void onStarted(Endpoint endpoint, EndpointInstaller installer)
onStarted in interface ServerManagerpublic void onStopped(Endpoint endpoint)
onStopped in interface ServerManagerpublic ControlProtocol getControlProtocol()
getControlProtocol in interface ServerManagerpublic void activate()
throws IllegalStateException
activate in interface ServerManagerIllegalStateExceptionpublic void deactivate()
throws IllegalStateException
deactivate in interface ServerManagerIllegalStateExceptionpublic boolean isActive()
isActive in interface ServerManagerCopyright © 2017 TeleStax, Inc.. All Rights Reserved.