org.csapi.fw.fw_service.integrity
Interface IpSvcFaultManagerOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpSvcFaultManager
All Known Implementing Classes:
_IpSvcFaultManagerStub, IpSvcFaultManagerPOA, IpSvcFaultManagerPOATie

public interface IpSvcFaultManagerOperations
extends IpInterfaceOperations

Generated from IDL interface "IpSvcFaultManager"

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

Method Summary
 void activityTestErr(int activityTestID)
           
 void activityTestRes(int activityTestID, java.lang.String activityTestResult)
           
 void appAvailStatusInd(TpAppAvailStatusReason reason)
           
 void appUnavailableInd()
           
 void fwFaultRecoveryInd(TpInterfaceFault fault)
           
 void fwFaultReportInd(TpInterfaceFault fault)
           
 void fwUnavailableInd(TpFwUnavailReason reason)
           
 void generateFaultStatisticsRecordErr(int faultStatsReqID, TpFaultStatisticsError faultStatisticsError, TpSubjectType recordSubject)
           
 void generateFaultStatisticsRecordReq(int faultStatsReqID, TpTimeInterval timePeriod)
           
 void generateFaultStatisticsRecordRes(int faultStatsReqID, TpFaultStatsRecord faultStatistics, TpSubjectType recordSubject)
           
 void generateFaultStatsRecordReq(TpTimeInterval timePeriod)
           
 void genFaultStatsRecordErr(TpFaultStatisticsError faultStatisticsError, TpSubjectType recordSubject)
           
 void genFaultStatsRecordReq(TpTimeInterval timePeriod, java.lang.String[] serviceIDs)
           
 void genFaultStatsRecordRes(TpFaultStatsRecord faultStatistics, TpSubjectType recordSubject)
           
 void svcActivityTestReq(int activityTestID)
           
 void svcUnavailableInd()
           
 

Method Detail

activityTestRes

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

svcActivityTestReq

void svcActivityTestReq(int activityTestID)
                        throws TpCommonExceptions
Throws:
TpCommonExceptions

fwFaultReportInd

void fwFaultReportInd(TpInterfaceFault fault)
                      throws TpCommonExceptions
Throws:
TpCommonExceptions

fwFaultRecoveryInd

void fwFaultRecoveryInd(TpInterfaceFault fault)
                        throws TpCommonExceptions
Throws:
TpCommonExceptions

fwUnavailableInd

void fwUnavailableInd(TpFwUnavailReason reason)
                      throws TpCommonExceptions
Throws:
TpCommonExceptions

svcUnavailableInd

void svcUnavailableInd()
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

appUnavailableInd

void appUnavailableInd()
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

genFaultStatsRecordRes

void genFaultStatsRecordRes(TpFaultStatsRecord faultStatistics,
                            TpSubjectType recordSubject)
                            throws TpCommonExceptions
Throws:
TpCommonExceptions

activityTestErr

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

genFaultStatsRecordErr

void genFaultStatsRecordErr(TpFaultStatisticsError faultStatisticsError,
                            TpSubjectType recordSubject)
                            throws TpCommonExceptions
Throws:
TpCommonExceptions

genFaultStatsRecordReq

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

generateFaultStatsRecordReq

void generateFaultStatsRecordReq(TpTimeInterval timePeriod)
                                 throws TpCommonExceptions
Throws:
TpCommonExceptions

appAvailStatusInd

void appAvailStatusInd(TpAppAvailStatusReason reason)
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

generateFaultStatisticsRecordRes

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

generateFaultStatisticsRecordErr

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

generateFaultStatisticsRecordReq

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


Copyright © 2009. All Rights Reserved.