org.csapi.fw.fw_enterprise_operator.service_subscription
Class IpClientAppManagementPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_enterprise_operator.service_subscription.IpClientAppManagementPOA
          extended by org.csapi.fw.fw_enterprise_operator.service_subscription.IpClientAppManagementPOATie
All Implemented Interfaces:
IpClientAppManagementOperations, IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpClientAppManagementPOATie
extends IpClientAppManagementPOA

Generated from IDL interface "IpClientAppManagement"

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

Constructor Summary
IpClientAppManagementPOATie(IpClientAppManagementOperations delegate)
           
IpClientAppManagementPOATie(IpClientAppManagementOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpClientAppManagementOperations _delegate()
           
 void _delegate(IpClientAppManagementOperations delegate)
           
 IpClientAppManagement _this()
           
 IpClientAppManagement _this(org.omg.CORBA.ORB orb)
           
 void addSAGMembers(java.lang.String sagID, java.lang.String[] clientAppIDs)
           
 void createClientApp(TpClientAppDescription clientAppDescription)
           
 void createSAG(TpSag sag, java.lang.String[] clientAppIDs)
           
 void deleteClientApp(java.lang.String clientAppID)
           
 void deleteSAG(java.lang.String sagID)
           
 void modifyClientApp(TpClientAppDescription clientAppDescription)
           
 void modifySAG(TpSag sag)
           
 void removeSAGMembers(java.lang.String sagID, java.lang.String[] clientAppIDList)
           
 TpAddSagMembersConflict[] requestConflictInfo()
           
 
Methods inherited from class org.csapi.fw.fw_enterprise_operator.service_subscription.IpClientAppManagementPOA
_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

IpClientAppManagementPOATie

public IpClientAppManagementPOATie(IpClientAppManagementOperations delegate)

IpClientAppManagementPOATie

public IpClientAppManagementPOATie(IpClientAppManagementOperations delegate,
                                   org.omg.PortableServer.POA poa)
Method Detail

_this

public IpClientAppManagement _this()
Overrides:
_this in class IpClientAppManagementPOA

_this

public IpClientAppManagement _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpClientAppManagementPOA

_delegate

public IpClientAppManagementOperations _delegate()

_delegate

public void _delegate(IpClientAppManagementOperations delegate)

_default_POA

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

modifySAG

public void modifySAG(TpSag sag)
               throws P_INVALID_SAG_ID,
                      TpCommonExceptions,
                      P_ACCESS_DENIED
Throws:
P_INVALID_SAG_ID
TpCommonExceptions
P_ACCESS_DENIED

removeSAGMembers

public void removeSAGMembers(java.lang.String sagID,
                             java.lang.String[] clientAppIDList)
                      throws P_INVALID_SAG_ID,
                             TpCommonExceptions,
                             P_ACCESS_DENIED,
                             P_INVALID_CLIENT_APP_ID
Throws:
P_INVALID_SAG_ID
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_CLIENT_APP_ID

requestConflictInfo

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

addSAGMembers

public void addSAGMembers(java.lang.String sagID,
                          java.lang.String[] clientAppIDs)
                   throws P_INVALID_SAG_ID,
                          TpCommonExceptions,
                          P_ACCESS_DENIED,
                          P_INVALID_ADDITION_TO_SAG,
                          P_INVALID_CLIENT_APP_ID
Throws:
P_INVALID_SAG_ID
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_ADDITION_TO_SAG
P_INVALID_CLIENT_APP_ID

createClientApp

public void createClientApp(TpClientAppDescription clientAppDescription)
                     throws TpCommonExceptions,
                            P_ACCESS_DENIED,
                            P_INVALID_CLIENT_APP_ID
Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_CLIENT_APP_ID

deleteClientApp

public void deleteClientApp(java.lang.String clientAppID)
                     throws TpCommonExceptions,
                            P_ACCESS_DENIED,
                            P_INVALID_CLIENT_APP_ID
Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_CLIENT_APP_ID

createSAG

public void createSAG(TpSag sag,
                      java.lang.String[] clientAppIDs)
               throws P_INVALID_SAG_ID,
                      TpCommonExceptions,
                      P_ACCESS_DENIED,
                      P_INVALID_CLIENT_APP_ID
Throws:
P_INVALID_SAG_ID
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_CLIENT_APP_ID

modifyClientApp

public void modifyClientApp(TpClientAppDescription clientAppDescription)
                     throws TpCommonExceptions,
                            P_ACCESS_DENIED,
                            P_INVALID_CLIENT_APP_ID
Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_CLIENT_APP_ID

deleteSAG

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


Copyright © 2008. All Rights Reserved.