|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopenr66.context.R66Result
public class R66Result
This class is the result for every operations in OpenR66.
Field Summary | |
---|---|
ErrorCode |
code
The code (error or not) |
OpenR66Exception |
exception
The exception associated in case of error (if any exception) |
R66File |
file
The file if any |
boolean |
isAnswered
Does this result already have been transfered to the remote server |
Object |
other
Any other object for special operations (test or shutdown for instance) |
DbTaskRunner |
runner
The runner if any |
Constructor Summary | |
---|---|
R66Result(OpenR66Exception exception,
R66Session session,
boolean isAnswered,
ErrorCode code,
DbTaskRunner runner)
|
|
R66Result(R66Session session,
boolean isAnswered,
ErrorCode code,
DbTaskRunner runner)
|
Method Summary | |
---|---|
String |
getMessage()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public OpenR66Exception exception
public R66File file
public DbTaskRunner runner
public boolean isAnswered
public ErrorCode code
public Object other
Constructor Detail |
---|
public R66Result(OpenR66Exception exception, R66Session session, boolean isAnswered, ErrorCode code, DbTaskRunner runner)
exception
- session
- isAnswered
- code
- runner
- public R66Result(R66Session session, boolean isAnswered, ErrorCode code, DbTaskRunner runner)
session
- isAnswered
- code
- runner
- Method Detail |
---|
public String toString()
toString
in class Object
public String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |