org.csapi.cm
Interface IpEnterpriseNetworkSiteOperations

All Superinterfaces:
IpEnterpriseNetworkOperations, IpInterfaceOperations, IpServiceOperations
All Known Subinterfaces:
IpEnterpriseNetworkSite
All Known Implementing Classes:
_IpEnterpriseNetworkSiteStub, IpEnterpriseNetworkSitePOA, IpEnterpriseNetworkSitePOATie

public interface IpEnterpriseNetworkSiteOperations
extends IpEnterpriseNetworkOperations

Generated from IDL interface "IpEnterpriseNetworkSite"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Method Summary
 TpIPSubnet getIPSubnet()
           
 TpIPSubnet getSAPIPSubnet(java.lang.String sapID)
           
 java.lang.String[] getSAPList()
           
 java.lang.String getSiteDescription()
           
 java.lang.String getSiteID()
           
 java.lang.String getSiteLocation()
           
 
Methods inherited from interface org.csapi.cm.IpEnterpriseNetworkOperations
getSite, getSiteList, getVPrN
 
Methods inherited from interface org.csapi.IpServiceOperations
setCallback, setCallbackWithSessionID
 

Method Detail

getSAPList

java.lang.String[] getSAPList()
                              throws TpCommonExceptions,
                                     P_UNKNOWN_SAPS
Throws:
TpCommonExceptions
P_UNKNOWN_SAPS

getSiteID

java.lang.String getSiteID()
                           throws TpCommonExceptions,
                                  P_UNKNOWN_SITE_ID
Throws:
TpCommonExceptions
P_UNKNOWN_SITE_ID

getSiteLocation

java.lang.String getSiteLocation()
                                 throws TpCommonExceptions,
                                        P_UNKNOWN_SITE_LOCATION
Throws:
TpCommonExceptions
P_UNKNOWN_SITE_LOCATION

getSiteDescription

java.lang.String getSiteDescription()
                                    throws TpCommonExceptions,
                                           P_UNKNOWN_SITE_DESCRIPTION
Throws:
TpCommonExceptions
P_UNKNOWN_SITE_DESCRIPTION

getIPSubnet

TpIPSubnet getIPSubnet()
                       throws TpCommonExceptions,
                              P_UNKNOWN_IPSUBNET
Throws:
TpCommonExceptions
P_UNKNOWN_IPSUBNET

getSAPIPSubnet

TpIPSubnet getSAPIPSubnet(java.lang.String sapID)
                          throws TpCommonExceptions,
                                 P_UNKNOWN_SAP,
                                 P_ILLEGAL_SITE_ID,
                                 P_UNKNOWN_IPSUBNET
Throws:
TpCommonExceptions
P_UNKNOWN_SAP
P_ILLEGAL_SITE_ID
P_UNKNOWN_IPSUBNET


Copyright © 2008. All Rights Reserved.