org.csapi.fw.fw_service.integrity
Interface IpFwFaultManagerOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpFwFaultManager
All Known Implementing Classes:
_IpFwFaultManagerStub, IpFwFaultManagerPOA, IpFwFaultManagerPOATie

public interface IpFwFaultManagerOperations
extends IpInterfaceOperations

Generated from IDL interface "IpFwFaultManager"

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

Method Summary
 void activityTestReq(int activityTestID, TpSubjectType testSubject)
           
 void appUnavailableInd()
           
 void generateFaultStatisticsRecordErr(int faultStatsReqID, TpFaultStatisticsError faultStatisticsError)
           
 void generateFaultStatisticsRecordReq(int faultStatsReqID, TpTimeInterval timePeriod, TpSubjectType recordSubject)
           
 void generateFaultStatisticsRecordRes(int faultStatsReqID, TpFaultStatsRecord faultStatistics)
           
 void generateFaultStatsRecordErr(TpFaultStatisticsError faultStatisticsError)
           
 void generateFaultStatsRecordRes(TpFaultStatsRecord faultStatistics)
           
 void genFaultStatsRecordErr(TpFaultStatisticsError faultStatisticsError, java.lang.String[] serviceIDs)
           
 void genFaultStatsRecordReq(TpTimeInterval timePeriod, TpSubjectType recordSubject)
           
 void genFaultStatsRecordRes(TpFaultStatsRecord faultStatistics, java.lang.String[] serviceIDs)
           
 void svcActivityTestErr(int activityTestID)
           
 void svcActivityTestRes(int activityTestID, java.lang.String activityTestResult)
           
 void svcAvailStatusInd(TpSvcAvailStatusReason reason)
           
 void svcUnavailableInd(TpSvcUnavailReason reason)
           
 

Method Detail

activityTestReq

void activityTestReq(int activityTestID,
                     TpSubjectType testSubject)
                     throws TpCommonExceptions
Throws:
TpCommonExceptions

svcActivityTestRes

void svcActivityTestRes(int activityTestID,
                        java.lang.String activityTestResult)
                        throws TpCommonExceptions,
                               P_INVALID_ACTIVITY_TEST_ID
Throws:
TpCommonExceptions
P_INVALID_ACTIVITY_TEST_ID

appUnavailableInd

void appUnavailableInd()
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

genFaultStatsRecordReq

void genFaultStatsRecordReq(TpTimeInterval timePeriod,
                            TpSubjectType recordSubject)
                            throws TpCommonExceptions
Throws:
TpCommonExceptions

svcUnavailableInd

void svcUnavailableInd(TpSvcUnavailReason reason)
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

svcActivityTestErr

void svcActivityTestErr(int activityTestID)
                        throws TpCommonExceptions,
                               P_INVALID_ACTIVITY_TEST_ID
Throws:
TpCommonExceptions
P_INVALID_ACTIVITY_TEST_ID

genFaultStatsRecordRes

void genFaultStatsRecordRes(TpFaultStatsRecord faultStatistics,
                            java.lang.String[] serviceIDs)
                            throws TpCommonExceptions
Throws:
TpCommonExceptions

genFaultStatsRecordErr

void genFaultStatsRecordErr(TpFaultStatisticsError faultStatisticsError,
                            java.lang.String[] serviceIDs)
                            throws TpCommonExceptions
Throws:
TpCommonExceptions

generateFaultStatsRecordRes

void generateFaultStatsRecordRes(TpFaultStatsRecord faultStatistics)
                                 throws TpCommonExceptions
Throws:
TpCommonExceptions

generateFaultStatsRecordErr

void generateFaultStatsRecordErr(TpFaultStatisticsError faultStatisticsError)
                                 throws TpCommonExceptions
Throws:
TpCommonExceptions

svcAvailStatusInd

void svcAvailStatusInd(TpSvcAvailStatusReason reason)
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

generateFaultStatisticsRecordReq

void generateFaultStatisticsRecordReq(int faultStatsReqID,
                                      TpTimeInterval timePeriod,
                                      TpSubjectType recordSubject)
                                      throws TpCommonExceptions
Throws:
TpCommonExceptions

generateFaultStatisticsRecordRes

void generateFaultStatisticsRecordRes(int faultStatsReqID,
                                      TpFaultStatsRecord faultStatistics)
                                      throws TpCommonExceptions
Throws:
TpCommonExceptions

generateFaultStatisticsRecordErr

void generateFaultStatisticsRecordErr(int faultStatsReqID,
                                      TpFaultStatisticsError faultStatisticsError)
                                      throws TpCommonExceptions
Throws:
TpCommonExceptions


Copyright © 2008. All Rights Reserved.