public class VirtualSS7EndpointInstaller extends VirtualEndpointInstaller
controller, initialSize, lastEndpointID, nameParser| Constructor and Description |
|---|
VirtualSS7EndpointInstaller()
Creates new endpoint installer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExpand() |
org.mobicents.media.server.impl.rtp.ChannelsManager |
getChannelsManager()
Gets the SS7Manager used for generating endpoint name.
|
boolean |
getIsALaw()
Gets the pattern used for generating endpoint name.
|
int |
getStartChannelID()
Gets the pattern used for generating endpoint name.
|
void |
install() |
void |
newEndpoint() |
void |
setChannelsManager(org.mobicents.media.server.impl.rtp.ChannelsManager channelsManager)
Sets the pattern used for generating endpoint name.
|
void |
setDsp(DspFactory dsp) |
void |
setIsALaw(boolean isALaw)
Sets the pattern used for generating endpoint name.
|
void |
setStartChannelID(int startChannelID)
Sets the pattern used for generating endpoint name.
|
void |
uninstall() |
getEndpointClass, getInitialSize, getNamePattern, setController, setEndpointClass, setInitialSize, setNamePatternpublic VirtualSS7EndpointInstaller()
public boolean getIsALaw()
public void setIsALaw(boolean isALaw)
namePattern - the pattern text.public int getStartChannelID()
public void setStartChannelID(int startChannelID)
namePattern - the pattern text.public org.mobicents.media.server.impl.rtp.ChannelsManager getChannelsManager()
public void setChannelsManager(org.mobicents.media.server.impl.rtp.ChannelsManager channelsManager)
SS7Manager - the pattern text.public void setDsp(DspFactory dsp)
public void install()
install in interface EndpointInstallerinstall in class VirtualEndpointInstallerpublic void newEndpoint()
newEndpoint in interface EndpointInstallernewEndpoint in class VirtualEndpointInstallerpublic boolean canExpand()
canExpand in interface EndpointInstallercanExpand in class VirtualEndpointInstallerpublic void uninstall()
uninstall in interface EndpointInstalleruninstall in class VirtualEndpointInstallerCopyright © 2016 TeleStax, Inc.. All Rights Reserved.