org.mobicents.mgcp.stack.handlers
Interface EndpointHandlerManager
- All Known Implementing Classes:
- JainMgcpStackImpl
public interface EndpointHandlerManager
getEndpointHandler
EndpointHandler getEndpointHandler(java.lang.String endpointId,
boolean useFakeOnWildcard)
removeEndpointHandler
void removeEndpointHandler(java.lang.String endpointId)
switchMapping
EndpointHandler switchMapping(java.lang.String fakeId,
java.lang.String specificEndpointId)
- This fnction switches mapping from fakeId to specificEndpointId. If
endpoint handler bound to specific endpoint id exists it is returned
without any modification otherwise return value is zero and endpoint
handler mapping has been switched.
- Parameters:
fakeId - specificEndpointId -
- Returns:
getNextExecutor
ThreadPoolQueueExecutor getNextExecutor()
Copyright © 2009. All Rights Reserved.