public class ExecutionCarryOver
extends java.lang.Object
ServerPush
.
How it works: First, create an instance in the event listener.
Then, you can invoke carryOver()
in the server-push thread.
Constructor and Description |
---|
ExecutionCarryOver(Desktop desktop) |
Modifier and Type | Method and Description |
---|---|
void |
carryOver()
Carry over the info stored in the constructor to
the current thread.
|
void |
cleanup()
Cleans up the info carried from onPiggyback to the current thread.
|
public ExecutionCarryOver(Desktop desktop)
public void carryOver()
public void cleanup()
Note: carryOver()
and cleanup()
must be
called in the same thread.
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.