|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IpQoSMenuConnection
This interface holds the QoS menu offered by the provider. Each QoS service offered (e.g., Gold, Silver) is specified in a separate template. The template specifies the parameters and their default values from which the operator may choose to create a VPrP. When the operator asks for a specific template from the list of templates (getTemplate method), a temporary template interface is created. This temporary template interface holds all the parameters (e.g., all the Gold parameters) and their default values offered by the provider for this template.
| Method Summary | |
|---|---|
IpInterface |
getTemplate(java.lang.String templateType)
This method is used to get an interface reference to a specific template. |
java.lang.String[] |
getTemplateList()
This method is used to get a list of templates, each of which specifies a QoS service, such as Gold or Silver. |
| Methods inherited from interface org.mobicents.csapi.jr.slee.IpServiceConnection |
|---|
closeConnection |
| Method Detail |
|---|
IpInterface getTemplate(java.lang.String templateType)
throws TpCommonExceptions,
javax.slee.resource.ResourceException
templateType - This parameter contains template type.
TpCommonExceptions
javax.slee.resource.ResourceException
java.lang.String[] getTemplateList()
throws TpCommonExceptions,
P_UNKNOWN_TEMPLATES,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_TEMPLATES
javax.slee.resource.ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||