public class ComponentFutureFunctionality extends FutureFunctionality
Modifier and Type | Field and Description |
---|---|
protected IInternalAccess |
access
The adapter.
|
DROP_INTERMEDIATE_RESULT, logger, loggerfetcher, undone
Constructor and Description |
---|
ComponentFutureFunctionality(IInternalAccess access)
Create a new future.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
scheduleForward(ICommand<T> command,
T args)
Send a foward command.
|
connectDelegationFuture, getDelegationFuture, getDelegationFuture, getLogger, handleBackwardCommand, handleException, handleFinished, handleIntermediateResult, handlePull, handleResult, handleTerminated, isUndone, logException, scheduleBackward
protected IInternalAccess access
public ComponentFutureFunctionality(IInternalAccess access)
public <T> void scheduleForward(ICommand<T> command, T args)
scheduleForward
in class FutureFunctionality