|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.VirtualSS7EndpointInstaller
public class VirtualSS7EndpointInstaller
Endpoint installer is used for automatic creation and instalation of endpoints. It uses three parameters: the name pattern, class name and configuration
| Constructor Summary | |
|---|---|
VirtualSS7EndpointInstaller()
Creates new endpoint installer. |
|
| Method Summary | |
|---|---|
String |
getEndpointClass()
Gets the name of the class implementing endpoint. |
boolean |
getIsALaw()
Gets the pattern used for generating endpoint name. |
int |
getLocalConnections()
Gets the number of local connections allowed per endpoint |
String |
getNamePattern()
Gets the pattern used for generating endpoint name. |
int |
getRtpConnections()
Gets the number of local connections allowed per endpoint |
SS7Manager |
getSS7Manager()
Gets the SS7Manager used for generating endpoint name. |
int |
getStartChannelID()
Gets the pattern used for generating endpoint name. |
void |
install()
(Non Java-doc.) |
void |
setDspFactory(DspFactory dspFactory)
|
void |
setEndpointClass(String endpointClass)
Sets the name of the class implementing endpoint. |
void |
setIsALaw(boolean isALaw)
Sets the pattern used for generating endpoint name. |
void |
setLocalConnections(int localConnections)
Sets the number of local connections allowed per endpoint |
void |
setNamePattern(String namePattern)
Sets the pattern used for generating endpoint name. |
void |
setRtpConnections(int rtpConnections)
Sets the number of local connections allowed per endpoint |
void |
setServer(Server server)
Creates relation with server instance. |
void |
setSS7Manager(SS7Manager ss7Manager)
Sets the pattern used for generating endpoint name. |
void |
setStartChannelID(int startChannelID)
Sets the pattern used for generating endpoint name. |
void |
uninstall()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VirtualSS7EndpointInstaller()
| Method Detail |
|---|
public void setServer(Server server)
server - the server instance.public String getNamePattern()
public void setNamePattern(String namePattern)
namePattern - the pattern text.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 SS7Manager getSS7Manager()
public void setSS7Manager(SS7Manager ss7Manager)
SS7Manager - the pattern text.public String getEndpointClass()
public void setEndpointClass(String endpointClass)
endpointClass - the fully qualified class name.public void setDspFactory(DspFactory dspFactory)
public int getLocalConnections()
public void setLocalConnections(int localConnections)
localConnections - the number of local connections.public int getRtpConnections()
public void setRtpConnections(int rtpConnections)
localConnections - the number of local connections.public void install()
install in interface EndpointInstallerResourceUnavailableExceptionpublic void uninstall()
uninstall in interface EndpointInstaller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||