org.csapi.fw.fw_service.integrity
Interface IpFwLoadManagerOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpFwLoadManager
All Known Implementing Classes:
_IpFwLoadManagerStub, IpFwLoadManagerPOA, IpFwLoadManagerPOATie

public interface IpFwLoadManagerOperations
extends IpInterfaceOperations

Generated from IDL interface "IpFwLoadManager"

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

Method Summary
 void createLoadLevelNotification(TpSubjectType notificationSubject)
           
 void destroyLoadLevelNotification(TpSubjectType notificationSubject)
           
 void queryLoadReq(TpSubjectType querySubject, TpTimeInterval timeInterval)
           
 void queryLoadStatsReq(int loadStatsReqID, TpSubjectType querySubject, TpTimeInterval timeInterval)
           
 void querySvcLoadErr(TpLoadStatisticError loadStatisticError)
           
 void querySvcLoadRes(TpLoadStatistic[] loadStatistics)
           
 void querySvcLoadStatsErr(int loadStatsReqID, TpLoadStatisticError loadStatisticError)
           
 void querySvcLoadStatsRes(int loadStatsReqID, TpLoadStatistic[] loadStatistics)
           
 void reportLoad(TpLoadLevel loadLevel)
           
 void resumeNotification(TpSubjectType notificationSubject)
           
 void suspendNotification(TpSubjectType notificationSubject)
           
 

Method Detail

reportLoad

void reportLoad(TpLoadLevel loadLevel)
                throws TpCommonExceptions
Throws:
TpCommonExceptions

queryLoadReq

void queryLoadReq(TpSubjectType querySubject,
                  TpTimeInterval timeInterval)
                  throws TpCommonExceptions
Throws:
TpCommonExceptions

querySvcLoadRes

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

querySvcLoadErr

void querySvcLoadErr(TpLoadStatisticError loadStatisticError)
                     throws TpCommonExceptions
Throws:
TpCommonExceptions

createLoadLevelNotification

void createLoadLevelNotification(TpSubjectType notificationSubject)
                                 throws TpCommonExceptions
Throws:
TpCommonExceptions

destroyLoadLevelNotification

void destroyLoadLevelNotification(TpSubjectType notificationSubject)
                                  throws TpCommonExceptions
Throws:
TpCommonExceptions

suspendNotification

void suspendNotification(TpSubjectType notificationSubject)
                         throws TpCommonExceptions
Throws:
TpCommonExceptions

resumeNotification

void resumeNotification(TpSubjectType notificationSubject)
                        throws TpCommonExceptions
Throws:
TpCommonExceptions

queryLoadStatsReq

void queryLoadStatsReq(int loadStatsReqID,
                       TpSubjectType querySubject,
                       TpTimeInterval timeInterval)
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

querySvcLoadStatsRes

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

querySvcLoadStatsErr

void querySvcLoadStatsErr(int loadStatsReqID,
                          TpLoadStatisticError loadStatisticError)
                          throws TpCommonExceptions
Throws:
TpCommonExceptions


Copyright © 2009. All Rights Reserved.