org.csapi.fw.fw_application.integrity
Class IpFaultManagerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_application.integrity.IpFaultManagerPOA
          extended by org.csapi.fw.fw_application.integrity.IpFaultManagerPOATie
All Implemented Interfaces:
IpFaultManagerOperations, IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpFaultManagerPOATie
extends IpFaultManagerPOA

Generated from IDL interface "IpFaultManager"

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

Constructor Summary
IpFaultManagerPOATie(IpFaultManagerOperations delegate)
           
IpFaultManagerPOATie(IpFaultManagerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpFaultManagerOperations _delegate()
           
 void _delegate(IpFaultManagerOperations delegate)
           
 IpFaultManager _this()
           
 IpFaultManager _this(org.omg.CORBA.ORB orb)
           
 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)
           
 
Methods inherited from class org.csapi.fw.fw_application.integrity.IpFaultManagerPOA
_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

IpFaultManagerPOATie

public IpFaultManagerPOATie(IpFaultManagerOperations delegate)

IpFaultManagerPOATie

public IpFaultManagerPOATie(IpFaultManagerOperations delegate,
                            org.omg.PortableServer.POA poa)
Method Detail

_this

public IpFaultManager _this()
Overrides:
_this in class IpFaultManagerPOA

_this

public IpFaultManager _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpFaultManagerPOA

_delegate

public IpFaultManagerOperations _delegate()

_delegate

public void _delegate(IpFaultManagerOperations 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,
                                             java.lang.String[] serviceIDs)
                                      throws P_INVALID_SERVICE_ID,
                                             TpCommonExceptions,
                                             P_UNAUTHORISED_PARAMETER_VALUE
Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_UNAUTHORISED_PARAMETER_VALUE

appUnavailableInd

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

generateFaultStatisticsRecordRes

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

appActivityTestRes

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

activityTestReq

public 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

appActivityTestErr

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

generateFaultStatisticsRecordErr

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

svcUnavailableInd

public 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

appAvailStatusInd

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

genFaultStatsRecordRes

public void genFaultStatsRecordRes(TpFaultStatsRecord faultStatistics)
                            throws TpCommonExceptions
Throws:
TpCommonExceptions

genFaultStatsRecordErr

public void genFaultStatsRecordErr(TpFaultStatisticsError faultStatisticsError)
                            throws TpCommonExceptions
Throws:
TpCommonExceptions


Copyright © 2008. All Rights Reserved.