org.csapi.fw.fw_enterprise_operator.service_subscription
Class _IpClientAppManagementStub

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

public class _IpClientAppManagementStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpClientAppManagement

Generated from IDL interface "IpClientAppManagement"

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

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpClientAppManagementStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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.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

_IpClientAppManagementStub

public _IpClientAppManagementStub()
Method Detail

_ids

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

modifySAG

public void modifySAG(TpSag sag)
               throws P_INVALID_SAG_ID,
                      TpCommonExceptions,
                      P_ACCESS_DENIED
Specified by:
modifySAG in interface IpClientAppManagementOperations
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
Specified by:
removeSAGMembers in interface IpClientAppManagementOperations
Throws:
P_INVALID_SAG_ID
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_CLIENT_APP_ID

requestConflictInfo

public TpAddSagMembersConflict[] requestConflictInfo()
                                              throws TpCommonExceptions,
                                                     P_ACCESS_DENIED
Specified by:
requestConflictInfo in interface IpClientAppManagementOperations
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
Specified by:
addSAGMembers in interface IpClientAppManagementOperations
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
Specified by:
createClientApp in interface IpClientAppManagementOperations
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
Specified by:
deleteClientApp in interface IpClientAppManagementOperations
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
Specified by:
createSAG in interface IpClientAppManagementOperations
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
Specified by:
modifyClientApp in interface IpClientAppManagementOperations
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
Specified by:
deleteSAG in interface IpClientAppManagementOperations
Throws:
P_INVALID_SAG_ID
TpCommonExceptions
P_ACCESS_DENIED


Copyright © 2008. All Rights Reserved.