|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgoldengate.common.future.GgFuture
openr66.protocol.utils.R66Future
public class R66Future

Future implementation
| Field Summary | |
|---|---|
long |
filesize
|
DbTaskRunner |
runner
Used in some specific occasion, such as client submission in API mode |
| Constructor Summary | |
|---|---|
R66Future()
|
|
R66Future(boolean cancellable)
|
|
| Method Summary | |
|---|---|
R66Result |
getResult()
|
void |
setResult(R66Result result)
|
String |
toString()
|
| Methods inherited from class goldengate.common.future.GgFuture |
|---|
await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, getCause, isCancelled, isDone, isFailed, isSuccess, rethrowIfFailed, setFailure, setSuccess |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public DbTaskRunner runner
public long filesize
| Constructor Detail |
|---|
public R66Future()
public R66Future(boolean cancellable)
cancellable - | Method Detail |
|---|
public R66Result getResult()
public void setResult(R66Result result)
result - the result to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||