org.mobicents.media.server.spi
Interface EndpointInstaller


public interface EndpointInstaller

Defines interface of endpoint installer/uninstaller.

Author:
yulian oifa

Method Summary
 boolean canExpand()
          Installs endpoints.
 void install()
          Installs endpoints.
 void newEndpoint()
          Installs endpoints.
 void uninstall()
          Uninstalls endpoint.
 

Method Detail

install

void install()
Installs endpoints.


uninstall

void uninstall()
Uninstalls endpoint.


canExpand

boolean canExpand()
Installs endpoints.


newEndpoint

void newEndpoint()
Installs endpoints.



Copyright © 2013 TeleStax, Inc.. All Rights Reserved.