org.csapi.fw.fw_enterprise_operator.service_subscription
Class IpServiceProfileManagementPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_enterprise_operator.service_subscription.IpServiceProfileManagementPOA
          extended by org.csapi.fw.fw_enterprise_operator.service_subscription.IpServiceProfileManagementPOATie
All Implemented Interfaces:
IpServiceProfileManagementOperations, IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpServiceProfileManagementPOATie
extends IpServiceProfileManagementPOA

Generated from IDL interface "IpServiceProfileManagement"

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

Constructor Summary
IpServiceProfileManagementPOATie(IpServiceProfileManagementOperations delegate)
           
IpServiceProfileManagementPOATie(IpServiceProfileManagementOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpServiceProfileManagementOperations _delegate()
           
 void _delegate(IpServiceProfileManagementOperations delegate)
           
 IpServiceProfileManagement _this()
           
 IpServiceProfileManagement _this(org.omg.CORBA.ORB orb)
           
 void assign(java.lang.String sagID, java.lang.String serviceProfileID)
           
 java.lang.String createServiceProfile(TpServiceProfileDescription serviceProfileDescription)
           
 void deassign(java.lang.String sagID, java.lang.String serviceProfileID)
           
 void deleteServiceProfile(java.lang.String serviceProfileID)
           
 void modifyServiceProfile(TpServiceProfile serviceProfile)
           
 TpAssignSagToServiceProfileConflict[] requestConflictInfo()
           
 
Methods inherited from class org.csapi.fw.fw_enterprise_operator.service_subscription.IpServiceProfileManagementPOA
_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

IpServiceProfileManagementPOATie

public IpServiceProfileManagementPOATie(IpServiceProfileManagementOperations delegate)

IpServiceProfileManagementPOATie

public IpServiceProfileManagementPOATie(IpServiceProfileManagementOperations delegate,
                                        org.omg.PortableServer.POA poa)
Method Detail

_this

public IpServiceProfileManagement _this()
Overrides:
_this in class IpServiceProfileManagementPOA

_this

public IpServiceProfileManagement _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpServiceProfileManagementPOA

_delegate

public IpServiceProfileManagementOperations _delegate()

_delegate

public void _delegate(IpServiceProfileManagementOperations delegate)

_default_POA

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

assign

public void assign(java.lang.String sagID,
                   java.lang.String serviceProfileID)
            throws P_INVALID_SAG_ID,
                   TpCommonExceptions,
                   P_ACCESS_DENIED,
                   P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT,
                   P_INVALID_SERVICE_PROFILE_ID
Throws:
P_INVALID_SAG_ID
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT
P_INVALID_SERVICE_PROFILE_ID

requestConflictInfo

public TpAssignSagToServiceProfileConflict[] requestConflictInfo()
                                                          throws TpCommonExceptions,
                                                                 P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED

deleteServiceProfile

public void deleteServiceProfile(java.lang.String serviceProfileID)
                          throws TpCommonExceptions,
                                 P_ACCESS_DENIED,
                                 P_INVALID_SERVICE_PROFILE_ID
Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_SERVICE_PROFILE_ID

modifyServiceProfile

public void modifyServiceProfile(TpServiceProfile serviceProfile)
                          throws TpCommonExceptions,
                                 P_ACCESS_DENIED,
                                 P_INVALID_SERVICE_PROFILE_ID
Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_SERVICE_PROFILE_ID

deassign

public void deassign(java.lang.String sagID,
                     java.lang.String serviceProfileID)
              throws P_INVALID_SAG_ID,
                     TpCommonExceptions,
                     P_ACCESS_DENIED,
                     P_INVALID_SERVICE_PROFILE_ID
Throws:
P_INVALID_SAG_ID
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_SERVICE_PROFILE_ID

createServiceProfile

public java.lang.String createServiceProfile(TpServiceProfileDescription serviceProfileDescription)
                                      throws TpCommonExceptions,
                                             P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED


Copyright © 2008. All Rights Reserved.