|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.mgcp.controller.naming.NamingTree
public class NamingTree
Naming tree for MGCP endpoints.
| Constructor Summary | |
|---|---|
NamingTree()
|
|
| Method Summary | |
|---|---|
int |
find(Text name,
MgcpEndpoint[] endpoints)
Searches endpoints with specified name pattern |
void |
register(MgcpEndpoint endpoint,
EndpointInstaller installer)
Adds endpoint to this tree. |
void |
unregister(MgcpEndpoint endpoint)
Removes endpoint from this tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamingTree()
| Method Detail |
|---|
public void register(MgcpEndpoint endpoint,
EndpointInstaller installer)
endpoint - the endpoint to be added.public void unregister(MgcpEndpoint endpoint)
endpoint - the endpoint to be removed.
public int find(Text name,
MgcpEndpoint[] endpoints)
throws UnknownEndpointException
name - the name pattern to searchendpoints - the list of matching endpoints
UnknownEndpointException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||