Future base properties/methods. More...
Public Member Functions | |
java.lang.Exception | getException () |
Gets the exception if rejected. More... | |
T | getResult () |
Gets the result if resolved. More... | |
fm.liveswitch.FutureState | getState () |
Gets the current state. More... | |
Protected Member Functions | |
FutureBase () | |
void | setException (java.lang.Exception value) |
Sets the exception if rejected. More... | |
void | setResult (T value) |
Sets the result if resolved. More... | |
void | setState (fm.liveswitch.FutureState value) |
Sets the current state. More... | |
Future base properties/methods.
|
protected |
java.lang.Exception fm.liveswitch.FutureBase< T >.getException | ( | ) |
Gets the exception if rejected.
T fm.liveswitch.FutureBase< T >.getResult | ( | ) |
Gets the result if resolved.
fm.liveswitch.FutureState fm.liveswitch.FutureBase< T >.getState | ( | ) |
Gets the current state.
|
protected |
Sets the exception if rejected.
|
protected |
Sets the result if resolved.
|
protected |
Sets the current state.