|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.VirtualEndpointInstaller
public class VirtualEndpointInstaller
Endpoint installer is used for automatic creation and instalation of endpoints. It uses three parameters: the name pattern, class name and configuration
| Constructor Summary | |
|---|---|
VirtualEndpointInstaller()
Creates new endpoint installer. |
|
| Method Summary | |
|---|---|
String |
getEndpointClass()
Gets the name of the class implementing endpoint. |
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 |
void |
install()
(Non Java-doc.) |
void |
setDspFactory(DspFactory dspFactory)
|
void |
setEndpointClass(String endpointClass)
Sets the name of the class implementing endpoint. |
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 |
uninstall()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VirtualEndpointInstaller()
| Method Detail |
|---|
public void setServer(Server server)
server - the server instance.public String getNamePattern()
public void setNamePattern(String namePattern)
namePattern - 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 | |||||||||