org.mobicents.media.server.spi
Interface ServerManager


public interface ServerManager

Author:
kulikov

Method Summary
 void onStarted(Endpoint endpoint)
          Notifies manager that given endpoint has been started.
 void onStopped(Endpoint endpoint)
          Notifies manager that given endpoint has been stopped.
 

Method Detail

onStarted

void onStarted(Endpoint endpoint)
Notifies manager that given endpoint has been started.

Parameters:
endpoint - the started endpoint.

onStopped

void onStopped(Endpoint endpoint)
Notifies manager that given endpoint has been stopped.

Parameters:
endpoint - the started endpoint.


Copyright © 2011. All Rights Reserved.