| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestMoniterable<T>
Models an entity that is moniterable by a monitor. The APIs in this interface can be used by a monitor thread to periodically update status of the moniterable to the repository.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface oracle.apps.fnd.appltest.diagfwk.common.DiagConstants | 
|---|
| DiagConstants.ExecutionMode, DiagConstants.Format, DiagConstants.LinkType, DiagConstants.Status | 
| Field Summary | 
|---|
| Method Summary | |
|---|---|
|  boolean | checkCanceled()Checks (by querying the repository) if this moniterable has been canceled. | 
|  boolean | checkDone()Checks (by querying the repository) if this moniterable is still running. | 
|  java.lang.String | getStatus()Gets the status of this moniterable | 
|  boolean | isDone()Returns true if the moniterable is done. | 
|  void | save()Saves the status and contents of the moniterable to the repository. | 
| Methods inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.DiagBObj | 
|---|
| copyT, getCreatedBy, getCreationDate, getLastUpdateDate, getLastUpdatedBy, getLastUpdateLogin, isCreatedByOracle, setCreatedBy, setCreationDate, setLastUpdateDate, setLastUpdatedBy, setLastUpdateLogin | 
| Method Detail | 
|---|
java.lang.String getStatus()
void save()
boolean isDone()
boolean checkCanceled()
boolean checkDone()
| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||