|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IServiceJobResult
Interface for single service job result.
Basic implementation of this interface (in form of SOJO bean) is in
ServiceJobResult.
| Method Summary | |
|---|---|
java.lang.String |
getResourceName()
Method to access name of the resource (e.g. host's URL) on which service job was run. |
java.lang.String |
getResultEnum()
Human-readable service job's result. |
java.lang.String |
getResultRawData()
Method to access content of Output > Result > ResultData GTDL element corresponding to this service job result instance. |
java.lang.String |
getResultSummary()
Textual interpretation of service job's result. |
java.lang.String |
getResultType()
Method to access type of result's data. |
java.util.Date |
getRunDate()
Method to access information when corresponding service job was run. |
java.lang.String |
getSubServiceJobName()
In case of complex service jobs this method returns sub-job's name. |
| Method Detail |
|---|
java.util.Date getRunDate()
java.lang.String getResourceName()
java.lang.String getSubServiceJobName()
java.lang.String getResultType()
IServiceJob.getInputStreamForResult(IServiceJobResult)
and getResultRawData().
java.lang.String getResultRawData()
java.lang.String getResultSummary()
java.lang.String getResultEnum()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||