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
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.