|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportingException | |
---|---|
com.ebay.carad.os.vitalsigns | |
com.ebay.carad.os.vitalsigns.dao | |
com.ebay.carad.os.vitalsigns.listeners |
Uses of ReportingException in com.ebay.carad.os.vitalsigns |
---|
Methods in com.ebay.carad.os.vitalsigns with parameters of type ReportingException | |
---|---|
protected void |
AbstractListenerContainer.fireListenersException(IReportingListenerContainer agent,
ReportingException re,
IDashboardReport rep)
|
protected void |
DashboardAgent.fireListenersException(IReportingListenerContainer agent,
ReportingException re,
IDashboardReport rep)
|
private void |
DashboardAgent.fireReportsListenersReportingException(IDashboardReport report,
ReportingException rex)
|
Methods in com.ebay.carad.os.vitalsigns that throw ReportingException | |
---|---|
void |
IDashboardReport.run(IDashboardAgent agent,
long reportTime)
Causes this report to run; based on this report's configuration, may cause logging and/or report generation to occur. |
Uses of ReportingException in com.ebay.carad.os.vitalsigns.dao |
---|
Methods in com.ebay.carad.os.vitalsigns.dao that throw ReportingException | |
---|---|
DataPoint[] |
IDataDAO.getData(IDashboardReport report)
|
void |
IDataDAO.storeReportData(float data,
IReportingListenerContainer agent,
IDashboardReport report)
|
void |
SqlDataDAO.storeReportData(float data,
IReportingListenerContainer agent,
IDashboardReport report)
|
Uses of ReportingException in com.ebay.carad.os.vitalsigns.listeners |
---|
Methods in com.ebay.carad.os.vitalsigns.listeners with parameters of type ReportingException | |
---|---|
private java.lang.String |
EmailAlertListener.getExceptionString(ReportingException exception)
|
void |
IReportingListener.reportingException(ReportingException exception,
IReportingListenerContainer agent,
IDashboardReport report)
|
void |
EmailAlertListener.reportingException(ReportingException exception,
IReportingListenerContainer agent,
IDashboardReport report)
Receives parameters: |
void |
AbstractReportingListener.reportingException(ReportingException exception,
IReportingListenerContainer agent,
IDashboardReport report)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |