org.csapi.fw.fw_enterprise_operator.service_subscription
Class _IpServiceContractManagementStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.fw.fw_enterprise_operator.service_subscription._IpServiceContractManagementStub
All Implemented Interfaces:
java.io.Serializable, IpServiceContractManagement, IpServiceContractManagementOperations, IpInterface, IpInterfaceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpServiceContractManagementStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpServiceContractManagement

Generated from IDL interface "IpServiceContractManagement"

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

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpServiceContractManagementStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 java.lang.String createServiceContract(TpServiceContractDescription serviceContractDescription)
           
 void deleteServiceContract(java.lang.String serviceContractID)
           
 void modifyServiceContract(TpServiceContract serviceContract)
           
 
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

_IpServiceContractManagementStub

public _IpServiceContractManagementStub()
Method Detail

_ids

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

createServiceContract

public java.lang.String createServiceContract(TpServiceContractDescription serviceContractDescription)
                                       throws P_INVALID_SERVICE_ID,
                                              TpCommonExceptions,
                                              P_ACCESS_DENIED
Specified by:
createServiceContract in interface IpServiceContractManagementOperations
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
Specified by:
modifyServiceContract in interface IpServiceContractManagementOperations
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
Specified by:
deleteServiceContract in interface IpServiceContractManagementOperations
Throws:
TpCommonExceptions
P_INVALID_SERVICE_CONTRACT_ID
P_ACCESS_DENIED


Copyright © 2008. All Rights Reserved.