org.csapi.cm
Class _IpEnterpriseNetworkSiteStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.cm._IpEnterpriseNetworkSiteStub
All Implemented Interfaces:
java.io.Serializable, IpEnterpriseNetwork, IpEnterpriseNetworkOperations, IpEnterpriseNetworkSite, IpEnterpriseNetworkSiteOperations, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpEnterpriseNetworkSiteStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpEnterpriseNetworkSite

Generated from IDL interface "IpEnterpriseNetworkSite"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpEnterpriseNetworkSiteStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 TpIPSubnet getIPSubnet()
           
 TpIPSubnet getSAPIPSubnet(java.lang.String sapID)
           
 java.lang.String[] getSAPList()
           
 IpInterface getSite(java.lang.String siteID)
           
 java.lang.String getSiteDescription()
           
 java.lang.String getSiteID()
           
 java.lang.String[] getSiteList()
           
 java.lang.String getSiteLocation()
           
 IpInterface getVPrN()
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpEnterpriseNetworkSiteStub

public _IpEnterpriseNetworkSiteStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

setCallback

public void setCallback(IpInterface appInterface)
                 throws P_INVALID_INTERFACE_TYPE,
                        TpCommonExceptions
Specified by:
setCallback in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions

getSAPIPSubnet

public TpIPSubnet getSAPIPSubnet(java.lang.String sapID)
                          throws TpCommonExceptions,
                                 P_UNKNOWN_SAP,
                                 P_ILLEGAL_SITE_ID,
                                 P_UNKNOWN_IPSUBNET
Specified by:
getSAPIPSubnet in interface IpEnterpriseNetworkSiteOperations
Throws:
TpCommonExceptions
P_UNKNOWN_SAP
P_ILLEGAL_SITE_ID
P_UNKNOWN_IPSUBNET

getSiteLocation

public java.lang.String getSiteLocation()
                                 throws TpCommonExceptions,
                                        P_UNKNOWN_SITE_LOCATION
Specified by:
getSiteLocation in interface IpEnterpriseNetworkSiteOperations
Throws:
TpCommonExceptions
P_UNKNOWN_SITE_LOCATION

getVPrN

public IpInterface getVPrN()
                    throws TpCommonExceptions,
                           P_UNKNOWN_VPRN
Specified by:
getVPrN in interface IpEnterpriseNetworkOperations
Throws:
TpCommonExceptions
P_UNKNOWN_VPRN

getIPSubnet

public TpIPSubnet getIPSubnet()
                       throws TpCommonExceptions,
                              P_UNKNOWN_IPSUBNET
Specified by:
getIPSubnet in interface IpEnterpriseNetworkSiteOperations
Throws:
TpCommonExceptions
P_UNKNOWN_IPSUBNET

getSiteList

public java.lang.String[] getSiteList()
                               throws P_UNKNOWN_SITES,
                                      TpCommonExceptions
Specified by:
getSiteList in interface IpEnterpriseNetworkOperations
Throws:
P_UNKNOWN_SITES
TpCommonExceptions

getSiteID

public java.lang.String getSiteID()
                           throws TpCommonExceptions,
                                  P_UNKNOWN_SITE_ID
Specified by:
getSiteID in interface IpEnterpriseNetworkSiteOperations
Throws:
TpCommonExceptions
P_UNKNOWN_SITE_ID

getSite

public IpInterface getSite(java.lang.String siteID)
                    throws TpCommonExceptions,
                           P_ILLEGAL_SITE_ID,
                           P_UNKNOWN_SITE_ID
Specified by:
getSite in interface IpEnterpriseNetworkOperations
Throws:
TpCommonExceptions
P_ILLEGAL_SITE_ID
P_UNKNOWN_SITE_ID

getSAPList

public java.lang.String[] getSAPList()
                              throws TpCommonExceptions,
                                     P_UNKNOWN_SAPS
Specified by:
getSAPList in interface IpEnterpriseNetworkSiteOperations
Throws:
TpCommonExceptions
P_UNKNOWN_SAPS

getSiteDescription

public java.lang.String getSiteDescription()
                                    throws TpCommonExceptions,
                                           P_UNKNOWN_SITE_DESCRIPTION
Specified by:
getSiteDescription in interface IpEnterpriseNetworkSiteOperations
Throws:
TpCommonExceptions
P_UNKNOWN_SITE_DESCRIPTION

setCallbackWithSessionID

public void setCallbackWithSessionID(IpInterface appInterface,
                                     int sessionID)
                              throws P_INVALID_INTERFACE_TYPE,
                                     TpCommonExceptions,
                                     P_INVALID_SESSION_ID
Specified by:
setCallbackWithSessionID in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID


Copyright © 2009. All Rights Reserved.