|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The RoutingPlan interface supplies the way to define the correlation
between called number and ISUP Destination Point Code (DPC) required
during the setup of any outgoing call.
OCMP includes an implemented RoutingPlan known as
hp.opencall.media.signalling.NormalRoutingPlan.
The ISUPExternalRoutingPlan need to be subclassed if a specific routing plan is required.
| Method Summary | |
void |
add(java.lang.String anaddress,
long aDPC)
Add a new entry in the routing plan. |
long |
getDPCvalue(hp.opencall.media.common.Address called)
Return the DPC which allows to reach a E.164 Address in the routing plan |
void |
remove(java.lang.String anaddress)
Remove an address from the routing plan. |
| Method Detail |
public long getDPCvalue(hp.opencall.media.common.Address called)
throws hp.opencall.media.mgtapi.NoSuchInstance,
hp.opencall.media.common.ResourceNotSupportedException
called - the called address
hp.opencall.media.mgtapi.NoSuchInstance
hp.opencall.media.common.ResourceNotSupportedException
public void add(java.lang.String anaddress,
long aDPC)
throws DuplicateAddressFailure
anaddress - the address.aDPC - the associated DPC.
DuplicateAddressFailure
public void remove(java.lang.String anaddress)
throws hp.opencall.media.mgtapi.NoSuchInstance
anaddress - the address to be removed.
hp.opencall.media.mgtapi.NoSuchInstance
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||