|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IpEnterpriseNetworkSiteConnection
This interface stores enterprise network site information maintained by the provider.
| Method Summary | |
|---|---|
TpIPSubnet |
getIPSubnet()
This method is used to get IP subnet information for this site. |
TpIPSubnet |
getSAPIPSubnet(java.lang.String sapID)
This method is used to get the IP address of the SAP on the enterprise network. |
java.lang.String[] |
getSAPList()
This method is used to get the list of SAP IDs of the enterprise VPN (i.e., on the provider network) that have previously been established for this site with the provider network. |
java.lang.String |
getSiteDescription()
This method is used to get the description associated with this site. |
java.lang.String |
getSiteID()
This method is used to get the site ID for this site. |
java.lang.String |
getSiteLocation()
This method is used to get the site location. |
| Methods inherited from interface org.mobicents.csapi.jr.slee.cm.IpEnterpriseNetworkConnection |
|---|
getSite, getSiteList, getVPrN |
| Methods inherited from interface org.mobicents.csapi.jr.slee.IpServiceConnection |
|---|
closeConnection |
| Method Detail |
|---|
java.lang.String[] getSAPList()
throws TpCommonExceptions,
P_UNKNOWN_SAPS,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_SAPS
javax.slee.resource.ResourceException
java.lang.String getSiteID()
throws TpCommonExceptions,
P_UNKNOWN_SITE_ID,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_SITE_ID
javax.slee.resource.ResourceException
java.lang.String getSiteLocation()
throws TpCommonExceptions,
P_UNKNOWN_SITE_LOCATION,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_SITE_LOCATION
javax.slee.resource.ResourceException
java.lang.String getSiteDescription()
throws TpCommonExceptions,
P_UNKNOWN_SITE_DESCRIPTION,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_SITE_DESCRIPTION
javax.slee.resource.ResourceException
TpIPSubnet getIPSubnet()
throws TpCommonExceptions,
P_UNKNOWN_IPSUBNET,
javax.slee.resource.ResourceException
TpCommonExceptions
P_UNKNOWN_IPSUBNET
javax.slee.resource.ResourceException
TpIPSubnet getSAPIPSubnet(java.lang.String sapID)
throws TpCommonExceptions,
P_ILLEGAL_SITE_ID,
P_UNKNOWN_SAP,
P_UNKNOWN_IPSUBNET,
javax.slee.resource.ResourceException
sapID - This parameter holds the IP address information for the SAP. - If the string representation of the sapID 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_SAP exception is raised. - If no IP Subnet information is found for this SAP, then a P_UNKNOWN_IPSUBNET exception is raised.
TpCommonExceptions
P_ILLEGAL_SITE_ID
P_UNKNOWN_SAP
P_UNKNOWN_IPSUBNET
javax.slee.resource.ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||