org.csapi.fw.fw_service.integrity
Interface IpSvcLoadManagerOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpSvcLoadManager
All Known Implementing Classes:
_IpSvcLoadManagerStub, IpSvcLoadManagerPOA, IpSvcLoadManagerPOATie

public interface IpSvcLoadManagerOperations
extends IpInterfaceOperations

Generated from IDL interface "IpSvcLoadManager"

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

Method Summary
 void createLoadLevelNotification()
           
 void destroyLoadLevelNotification()
           
 void loadLevelNotification(TpLoadStatistic[] loadStatistics)
           
 void queryLoadErr(TpLoadStatisticError loadStatisticsError)
           
 void queryLoadRes(TpLoadStatistic[] loadStatistics)
           
 void queryLoadStatsErr(int loadStatsReqID, TpLoadStatisticError loadStatisticsError)
           
 void queryLoadStatsRes(int loadStatsReqID, TpLoadStatistic[] loadStatistics)
           
 void querySvcLoadReq(TpTimeInterval timeInterval)
           
 void querySvcLoadStatsReq(int loadStatsReqID, TpTimeInterval timeInterval)
           
 void resumeNotification()
           
 void suspendNotification()
           
 

Method Detail

querySvcLoadReq

void querySvcLoadReq(TpTimeInterval timeInterval)
                     throws TpCommonExceptions
Throws:
TpCommonExceptions

queryLoadRes

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

queryLoadErr

void queryLoadErr(TpLoadStatisticError loadStatisticsError)
                  throws TpCommonExceptions
Throws:
TpCommonExceptions

loadLevelNotification

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

suspendNotification

void suspendNotification()
                         throws TpCommonExceptions
Throws:
TpCommonExceptions

resumeNotification

void resumeNotification()
                        throws TpCommonExceptions
Throws:
TpCommonExceptions

createLoadLevelNotification

void createLoadLevelNotification()
                                 throws TpCommonExceptions
Throws:
TpCommonExceptions

destroyLoadLevelNotification

void destroyLoadLevelNotification()
                                  throws TpCommonExceptions
Throws:
TpCommonExceptions

querySvcLoadStatsReq

void querySvcLoadStatsReq(int loadStatsReqID,
                          TpTimeInterval timeInterval)
                          throws TpCommonExceptions
Throws:
TpCommonExceptions

queryLoadStatsRes

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

queryLoadStatsErr

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


Copyright © 2009. All Rights Reserved.