|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IpConnectivityManagerConnection
The service Connectivity Manager Interface is the entry point to the Connectivity Manager service. After the enterprise operator client is authenticated and authorised, the client application discovers the Connectivity Manager interface, then the operator can use this interface to step through the process of provisioning a new VPrP. This interface has two methods, one to get the handle to the menu of QoS services offered by the provider, and the other one is a handle to the enterprise network interface that holds information about current services that the provider network delivers to the enterprise network.
| Method Summary | |
|---|---|
IpInterface |
getEnterpriseNetwork()
This method is used to get a handle to the enterprise network interface, which holds information regarding network services that are already provisioned for the enterprise network in the provider network. |
IpInterface |
getQoSMenu()
A client uses this method to get a reference to the QoS menu interface. |
| Methods inherited from interface org.mobicents.csapi.jr.slee.IpServiceConnection |
|---|
closeConnection |
| Method Detail |
|---|
IpInterface getQoSMenu()
throws TpCommonExceptions,
P_UNKNOWN_MENU,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_MENU
javax.slee.resource.ResourceException
IpInterface getEnterpriseNetwork()
throws TpCommonExceptions,
P_UNKNOWN_ENTERPRISE_NETWORK,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_ENTERPRISE_NETWORK
javax.slee.resource.ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||