org.csapi.fw.fw_application.integrity
Interface IpLoadManagerOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpLoadManager
All Known Implementing Classes:
_IpLoadManagerStub, IpLoadManagerPOA, IpLoadManagerPOATie

public interface IpLoadManagerOperations
extends IpInterfaceOperations

Generated from IDL interface "IpLoadManager"

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

Method Summary
 void createLoadLevelNotification(java.lang.String[] serviceIDs)
           
 void destroyLoadLevelNotification(java.lang.String[] serviceIDs)
           
 void queryAppLoadErr(TpLoadStatisticError loadStatisticsError)
           
 void queryAppLoadRes(TpLoadStatistic[] loadStatistics)
           
 void queryAppLoadStatsErr(int loadStatsReqID, TpLoadStatisticError loadStatisticsError)
           
 void queryAppLoadStatsRes(int loadStatsReqID, TpLoadStatistic[] loadStatistics)
           
 void queryLoadReq(java.lang.String[] serviceIDs, TpTimeInterval timeInterval)
           
 void queryLoadStatsReq(int loadStatsReqID, java.lang.String[] serviceIDs, TpTimeInterval timeInterval)
           
 void reportLoad(TpLoadLevel loadLevel)
           
 void resumeNotification(java.lang.String[] serviceIDs)
           
 void suspendNotification(java.lang.String[] serviceIDs)
           
 

Method Detail

reportLoad

void reportLoad(TpLoadLevel loadLevel)
                throws TpCommonExceptions
Throws:
TpCommonExceptions

queryLoadReq

void queryLoadReq(java.lang.String[] serviceIDs,
                  TpTimeInterval timeInterval)
                  throws P_INVALID_SERVICE_ID,
                         TpCommonExceptions,
                         P_SERVICE_NOT_ENABLED,
                         P_UNAUTHORISED_PARAMETER_VALUE
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_SERVICE_NOT_ENABLED
P_UNAUTHORISED_PARAMETER_VALUE

queryAppLoadRes

void queryAppLoadRes(TpLoadStatistic[] loadStatistics)
                     throws TpCommonExceptions
Throws:
TpCommonExceptions

queryAppLoadErr

void queryAppLoadErr(TpLoadStatisticError loadStatisticsError)
                     throws TpCommonExceptions
Throws:
TpCommonExceptions

createLoadLevelNotification

void createLoadLevelNotification(java.lang.String[] serviceIDs)
                                 throws P_INVALID_SERVICE_ID,
                                        TpCommonExceptions,
                                        P_UNAUTHORISED_PARAMETER_VALUE
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_UNAUTHORISED_PARAMETER_VALUE

destroyLoadLevelNotification

void destroyLoadLevelNotification(java.lang.String[] serviceIDs)
                                  throws P_INVALID_SERVICE_ID,
                                         TpCommonExceptions,
                                         P_UNAUTHORISED_PARAMETER_VALUE
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_UNAUTHORISED_PARAMETER_VALUE

resumeNotification

void resumeNotification(java.lang.String[] serviceIDs)
                        throws P_INVALID_SERVICE_ID,
                               TpCommonExceptions,
                               P_SERVICE_NOT_ENABLED,
                               P_UNAUTHORISED_PARAMETER_VALUE
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_SERVICE_NOT_ENABLED
P_UNAUTHORISED_PARAMETER_VALUE

suspendNotification

void suspendNotification(java.lang.String[] serviceIDs)
                         throws P_INVALID_SERVICE_ID,
                                TpCommonExceptions,
                                P_SERVICE_NOT_ENABLED,
                                P_UNAUTHORISED_PARAMETER_VALUE
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_SERVICE_NOT_ENABLED
P_UNAUTHORISED_PARAMETER_VALUE

queryLoadStatsReq

void queryLoadStatsReq(int loadStatsReqID,
                       java.lang.String[] serviceIDs,
                       TpTimeInterval timeInterval)
                       throws P_INVALID_SERVICE_ID,
                              TpCommonExceptions,
                              P_SERVICE_NOT_ENABLED,
                              P_UNAUTHORISED_PARAMETER_VALUE
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_SERVICE_NOT_ENABLED
P_UNAUTHORISED_PARAMETER_VALUE

queryAppLoadStatsRes

void queryAppLoadStatsRes(int loadStatsReqID,
                          TpLoadStatistic[] loadStatistics)
                          throws TpCommonExceptions
Throws:
TpCommonExceptions

queryAppLoadStatsErr

void queryAppLoadStatsErr(int loadStatsReqID,
                          TpLoadStatisticError loadStatisticsError)
                          throws TpCommonExceptions
Throws:
TpCommonExceptions


Copyright © 2008. All Rights Reserved.