|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IpVPrPConnection
The virtual provisioned pipe interface provides information on a VPrP whose status can be in one of the following states: - Active: a previously established VPrP, which indicates that a previous request to create the VPrP was granted by the provider. Packet that belong to this VPrP and meet the validity time requirements, are admitted to the enterprise VPrN - Pending: a request to create a new VPrP is still pending response from the provider, indicating that the provider is still processing the request to create a new VPrP. Packet that belong to this VPrP are not admitted to the enterprise VPrN - Disallowed: a request to create a new VPrP was denied. A description parameter may include the reason for the denial. This is an disallowed VPrP and packet that belong to this VPrP are not admitted to the enterprise VPrN. A VPrP is composed of the following elements, each of which provides the following Provisioned QoS measures: Element type Element QoS measure ------------------------------------------------------------------------------------------------------------------------ Endpoint A SAP or a site Pipe QoS information based on VPrP endpoints: load parameters, policing action. Applied to traffic entering the enterprise VPrN. ------------------------------------------------------------------------------------------------------------------------ Packet header marking TOS bits marked Provisioned QoS information. with DS Codepoint One of the QoS levels established by the provider in its backbone network to be applied to the packets carrying this marking. ------------------------------------------------------------------------------------------------------------------------ Time Validity A time requirement Packets are admitted to the VPrN that is applied to only if they also meet validity an active VPrP. time requirements.
| Method Summary | |
|---|---|
TpDsCodepoint |
getDsCodepoint()
This method is used to get the DiffServ Codepoint of the virtual provisioned pipe. |
TpPipeQoSInfo |
getPipeQoSInfo()
This method is used to get and set the pipe QoS information for this VPrP. |
TpProvisionedQoSInfo |
getProvisionedQoSInfo()
This method is used to get the provisioned QoS information set for this virtual provisioned pipe. |
java.lang.String |
getSlaID()
This method is used to get the ID of the service level agreement (SLA) if such was associated with the virtual provisioned pipe at the provisioning of the VPrP. |
TpVprpStatus |
getStatus()
This method is used to get the status of the virtual provisioned pipe. |
TpValidityInfo |
getValidityInfo()
This method is used to get the time period for which the VPrP is valid. |
java.lang.String |
getVPrPID()
This method is used to get the ID of the virtual provisioned pipe. |
| Methods inherited from interface org.mobicents.csapi.jr.slee.IpServiceConnection |
|---|
closeConnection |
| Method Detail |
|---|
java.lang.String getVPrPID()
throws TpCommonExceptions,
P_UNKNOWN_VPRP_ID,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_VPRP_ID
javax.slee.resource.ResourceException
java.lang.String getSlaID()
throws TpCommonExceptions,
P_UNKNOWN_SLA_ID,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_SLA_ID
javax.slee.resource.ResourceException
TpVprpStatus getStatus()
throws TpCommonExceptions,
P_UNKNOWN_STATUS,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_STATUS
javax.slee.resource.ResourceException
TpProvisionedQoSInfo getProvisionedQoSInfo()
throws TpCommonExceptions,
P_UNKNOWN_QOS_INFO,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_QOS_INFO
javax.slee.resource.ResourceException
TpValidityInfo getValidityInfo()
throws TpCommonExceptions,
P_UNKNOWN_VALIDITY_INFO,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_VALIDITY_INFO
javax.slee.resource.ResourceException
TpPipeQoSInfo getPipeQoSInfo()
throws TpCommonExceptions,
P_UNKNOWN_PIPEQOSINFO,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_PIPEQOSINFO
javax.slee.resource.ResourceException
TpDsCodepoint getDsCodepoint()
throws TpCommonExceptions,
P_UNKNOWN_DSCODEPOINT,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_DSCODEPOINT
javax.slee.resource.ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||