|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An ECReports object is generated by a single activation of an event
cycle within the ALE engine. The contents of the report are defined
by the event cycle specification (ECSpec
) that defined the
event cycle.
Method Summary | |
java.lang.String |
getALEID()
An Identifier for the deployed instance of the ALE implementation. |
java.lang.String |
getApplicationData()
Gets the application data String provided in the ECSpec. |
ECCountReport |
getCountReport(java.lang.String name)
Deprecated. Use getReport(String) |
java.util.List |
getCountReports()
Deprecated. Use getReports() |
long |
getDate()
Gets the time the report was generated. |
ECSpec |
getECSpec()
ECSpec used to generate the report. |
java.util.List |
getFailedLogicalReaderNames()
Gets the list of logical readers which had some sort of failure during the event cycle which generated this report. |
ECListReport |
getListReport(java.lang.String name)
Deprecated. Use getReport(String) |
java.util.List |
getListReports()
Deprecated. Use getReports() |
java.util.List |
getPhysicalReaderNames()
Gets the list of physical readers which contributed to this report. |
ECReport |
getReport(java.lang.String reportName)
Returns the ECReport with matching reportName, null if not found. |
java.util.List |
getReports()
Returns a list of ECReport |
java.lang.String |
getSavantID()
Deprecated. Use getALEID() |
java.lang.String |
getSchemaURL()
The URL where the schema used by the implementation may be retrieved. |
java.lang.String |
getSpecName()
Gets the name of the ECSpec which described this report. |
ECTerminationCondition |
getTerminationCondition()
Gets the condition which terminated the event cycle activation. |
long |
getTotalMilliseconds()
Gets the total time in milliseconds during which the event cycle was active. |
int |
getTotalReadCycles()
Gets the total number of read cycles for which the event cycle was active. |
Method Detail |
public java.util.List getPhysicalReaderNames()
public java.util.List getFailedLogicalReaderNames()
public long getDate()
public java.lang.String getSpecName()
public java.lang.String getSavantID()
getALEID()
public java.lang.String getALEID()
public ECTerminationCondition getTerminationCondition()
public long getTotalMilliseconds()
public int getTotalReadCycles()
public java.util.List getListReports()
getReports()
public ECListReport getListReport(java.lang.String name)
getReport(String)
public java.util.List getCountReports()
getReports()
public ECCountReport getCountReport(java.lang.String name)
getReport(String)
public java.lang.String getApplicationData()
public ECSpec getECSpec()
public java.lang.String getSchemaURL()
public java.util.List getReports()
public ECReport getReport(java.lang.String reportName)
reportName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |