org.csapi.fw.fw_application.integrity
Interface IpFaultManagerOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpFaultManager
All Known Implementing Classes:
_IpFaultManagerStub, IpFaultManagerPOA, IpFaultManagerPOATie

public interface IpFaultManagerOperations
extends IpInterfaceOperations

Generated from IDL interface "IpFaultManager"

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

Method Summary
 void activityTestReq(int activityTestID, java.lang.String svcID)
           
 void appActivityTestErr(int activityTestID)
           
 void appActivityTestRes(int activityTestID, java.lang.String activityTestResult)
           
 void appAvailStatusInd(TpAppAvailStatusReason reason)
           
 void appUnavailableInd(java.lang.String serviceID)
           
 void generateFaultStatisticsRecordErr(int faultStatsReqID, TpFaultStatisticsError faultStatisticsError)
           
 void generateFaultStatisticsRecordReq(int faultStatsReqID, TpTimeInterval timePeriod, java.lang.String[] serviceIDs)
           
 void generateFaultStatisticsRecordRes(int faultStatsReqID, TpFaultStatsRecord faultStatistics)
           
 void genFaultStatsRecordErr(TpFaultStatisticsError faultStatisticsError)
           
 void genFaultStatsRecordReq(TpTimeInterval timePeriod, java.lang.String[] serviceIDs)
           
 void genFaultStatsRecordRes(TpFaultStatsRecord faultStatistics)
           
 void svcUnavailableInd(java.lang.String serviceID)
           
 

Method Detail

activityTestReq

void activityTestReq(int activityTestID,
                     java.lang.String svcID)
                     throws P_INVALID_SERVICE_ID,
                            TpCommonExceptions,
                            P_UNAUTHORISED_PARAMETER_VALUE
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_UNAUTHORISED_PARAMETER_VALUE

appActivityTestRes

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

svcUnavailableInd

void svcUnavailableInd(java.lang.String serviceID)
                       throws P_INVALID_SERVICE_ID,
                              TpCommonExceptions,
                              P_UNAUTHORISED_PARAMETER_VALUE
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_UNAUTHORISED_PARAMETER_VALUE

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

appActivityTestErr

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

appUnavailableInd

void appUnavailableInd(java.lang.String serviceID)
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

genFaultStatsRecordRes

void genFaultStatsRecordRes(TpFaultStatsRecord faultStatistics)
                            throws TpCommonExceptions
Throws:
TpCommonExceptions

genFaultStatsRecordErr

void genFaultStatsRecordErr(TpFaultStatisticsError faultStatisticsError)
                            throws TpCommonExceptions
Throws:
TpCommonExceptions

appAvailStatusInd

void appAvailStatusInd(TpAppAvailStatusReason reason)
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

generateFaultStatisticsRecordReq

void generateFaultStatisticsRecordReq(int faultStatsReqID,
                                      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

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.