org.csapi.fw.fw_enterprise_operator.service_subscription
Class IpServiceContractManagementPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_enterprise_operator.service_subscription.IpServiceContractManagementPOA
          extended by org.csapi.fw.fw_enterprise_operator.service_subscription.IpServiceContractManagementPOATie
All Implemented Interfaces:
IpServiceContractManagementOperations, IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpServiceContractManagementPOATie
extends IpServiceContractManagementPOA

Generated from IDL interface "IpServiceContractManagement"

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

Constructor Summary
IpServiceContractManagementPOATie(IpServiceContractManagementOperations delegate)
           
IpServiceContractManagementPOATie(IpServiceContractManagementOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpServiceContractManagementOperations _delegate()
           
 void _delegate(IpServiceContractManagementOperations delegate)
           
 IpServiceContractManagement _this()
           
 IpServiceContractManagement _this(org.omg.CORBA.ORB orb)
           
 java.lang.String createServiceContract(TpServiceContractDescription serviceContractDescription)
           
 void deleteServiceContract(java.lang.String serviceContractID)
           
 void modifyServiceContract(TpServiceContract serviceContract)
           
 
Methods inherited from class org.csapi.fw.fw_enterprise_operator.service_subscription.IpServiceContractManagementPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpServiceContractManagementPOATie

public IpServiceContractManagementPOATie(IpServiceContractManagementOperations delegate)

IpServiceContractManagementPOATie

public IpServiceContractManagementPOATie(IpServiceContractManagementOperations delegate,
                                         org.omg.PortableServer.POA poa)
Method Detail

_this

public IpServiceContractManagement _this()
Overrides:
_this in class IpServiceContractManagementPOA

_this

public IpServiceContractManagement _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpServiceContractManagementPOA

_delegate

public IpServiceContractManagementOperations _delegate()

_delegate

public void _delegate(IpServiceContractManagementOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

createServiceContract

public java.lang.String createServiceContract(TpServiceContractDescription serviceContractDescription)
                                       throws P_INVALID_SERVICE_ID,
                                              TpCommonExceptions,
                                              P_ACCESS_DENIED
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_ACCESS_DENIED

modifyServiceContract

public void modifyServiceContract(TpServiceContract serviceContract)
                           throws P_INVALID_SERVICE_ID,
                                  TpCommonExceptions,
                                  P_INVALID_SERVICE_CONTRACT_ID,
                                  P_ACCESS_DENIED
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_INVALID_SERVICE_CONTRACT_ID
P_ACCESS_DENIED

deleteServiceContract

public void deleteServiceContract(java.lang.String serviceContractID)
                           throws TpCommonExceptions,
                                  P_INVALID_SERVICE_CONTRACT_ID,
                                  P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_INVALID_SERVICE_CONTRACT_ID
P_ACCESS_DENIED


Copyright © 2009. All Rights Reserved.