org.csapi.fw.fw_service.integrity
Class IpSvcFaultManagerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_service.integrity.IpSvcFaultManagerPOA
          extended by org.csapi.fw.fw_service.integrity.IpSvcFaultManagerPOATie
All Implemented Interfaces:
IpSvcFaultManagerOperations, IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpSvcFaultManagerPOATie
extends IpSvcFaultManagerPOA

Generated from IDL interface "IpSvcFaultManager"

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

Constructor Summary
IpSvcFaultManagerPOATie(IpSvcFaultManagerOperations delegate)
           
IpSvcFaultManagerPOATie(IpSvcFaultManagerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpSvcFaultManagerOperations _delegate()
           
 void _delegate(IpSvcFaultManagerOperations delegate)
           
 IpSvcFaultManager _this()
           
 IpSvcFaultManager _this(org.omg.CORBA.ORB orb)
           
 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()
           
 
Methods inherited from class org.csapi.fw.fw_service.integrity.IpSvcFaultManagerPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpSvcFaultManagerPOATie

public IpSvcFaultManagerPOATie(IpSvcFaultManagerOperations delegate)

IpSvcFaultManagerPOATie

public IpSvcFaultManagerPOATie(IpSvcFaultManagerOperations delegate,
                               org.omg.PortableServer.POA poa)
Method Detail

_this

public IpSvcFaultManager _this()
Overrides:
_this in class IpSvcFaultManagerPOA

_this

public IpSvcFaultManager _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpSvcFaultManagerPOA

_delegate

public IpSvcFaultManagerOperations _delegate()

_delegate

public void _delegate(IpSvcFaultManagerOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

genFaultStatsRecordReq

public 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

generateFaultStatisticsRecordReq

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

genFaultStatsRecordErr

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

generateFaultStatisticsRecordRes

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

fwUnavailableInd

public void fwUnavailableInd(TpFwUnavailReason reason)
                      throws TpCommonExceptions
Throws:
TpCommonExceptions

svcUnavailableInd

public void svcUnavailableInd()
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

activityTestErr

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

svcActivityTestReq

public void svcActivityTestReq(int activityTestID)
                        throws TpCommonExceptions
Throws:
TpCommonExceptions

fwFaultRecoveryInd

public void fwFaultRecoveryInd(TpInterfaceFault fault)
                        throws TpCommonExceptions
Throws:
TpCommonExceptions

genFaultStatsRecordRes

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

appAvailStatusInd

public void appAvailStatusInd(TpAppAvailStatusReason reason)
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

generateFaultStatisticsRecordErr

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

generateFaultStatsRecordReq

public void generateFaultStatsRecordReq(TpTimeInterval timePeriod)
                                 throws TpCommonExceptions
Throws:
TpCommonExceptions

fwFaultReportInd

public void fwFaultReportInd(TpInterfaceFault fault)
                      throws TpCommonExceptions
Throws:
TpCommonExceptions

appUnavailableInd

public void appUnavailableInd()
                       throws TpCommonExceptions
Throws:
TpCommonExceptions

activityTestRes

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


Copyright © 2009. All Rights Reserved.