|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IpEnterpriseNetworkConnection
This interface stores enterprise network information maintained by the provider as it relates to the virtual private network service and the virtual provisioned network service that the enterprise had already established with the service provider network. The enterprise operator can only retrieve but not change the information stored with this interface. The methods of this interface enable the enterprise operator to obtain the handle to the interface that holds information regarding an existing VPrN, to list the sites connected to the VPN, and get the handle to a specific site interface that store information about the site.
| Method Summary | |
|---|---|
IpInterface |
getSite(java.lang.String siteID)
This method is used to get a handle to an interface that holds information about a specific site. |
java.lang.String[] |
getSiteList()
This method is used to get the list of enterprise network site IDs. |
IpInterface |
getVPrN()
This method is used to get a handle to the interface that holds information regarding a previously provisioned Virtual Private Network (VPrN). |
| Methods inherited from interface org.mobicents.csapi.jr.slee.IpServiceConnection |
|---|
closeConnection |
| Method Detail |
|---|
java.lang.String[] getSiteList()
throws TpCommonExceptions,
P_UNKNOWN_SITES,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_SITES
javax.slee.resource.ResourceException
IpInterface getVPrN()
throws TpCommonExceptions,
P_UNKNOWN_VPRN,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_VPRN
javax.slee.resource.ResourceException
IpInterface getSite(java.lang.String siteID)
throws TpCommonExceptions,
P_ILLEGAL_SITE_ID,
P_UNKNOWN_SITE_ID,
javax.slee.resource.ResourceException
siteID - This parameter is the ID given to a particular site. The ID is not assigned via OSA APIs, but previously when a new VPN (or VLL) is established for the enterprise on the provider network. These ID are typically names that refer to objects that are meaningful in the context of the enterprise network, such as: Marketing, New York, or Bulling 4. This site ID can be used as an endpoint of a provisioned virtual provisioned pipe (VPrP). - If the string representation of the siteID does not obey the rules for site identification, then a P_ILLEGAL_SITE_ID exception is raised. - If the site ID representation is legal but there is no site with this ID, then P_UNKNOWN_SITE_ID exception is raised.
TpCommonExceptions
P_ILLEGAL_SITE_ID
P_UNKNOWN_SITE_ID
javax.slee.resource.ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||