|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICommandExecutionContainer | |
|---|---|
| com.kuka.command | Contains interfaces providing infrastructure for use of commands. |
| Uses of ICommandExecutionContainer in com.kuka.command |
|---|
| Classes in com.kuka.command with type parameters of type ICommandExecutionContainer | |
|---|---|
interface |
ICommand<T extends ICommand<?,E>,E extends ICommandExecutionContainer<?,?,?>>
Interface describing a command that can be executed by a ICommandPipe
. |
interface |
IParameterizableCommand<T extends ICommand<?,E>,E extends ICommandExecutionContainer<?,?,?>>
Interface describing parameterizable command. |
| Methods in com.kuka.command with type parameters of type ICommandExecutionContainer | ||
|---|---|---|
|
ICommandPipe.canExecute(T command)
Tests if a command can be executed by this command pipe. |
|
|
ICommandPipe.execute(T command)
Executes the given command synchronously. |
|
|
ICommandPipe.executeAsync(T command)
Executes the given command asynchronously. |
|
| Methods in com.kuka.command that return ICommandExecutionContainer | |
|---|---|
ICommandExecutionContainer<?,?,?> |
ICommandPipe.getActive()
Returns the command execution container which is currently executed. |
| Methods in com.kuka.command that return types with arguments of type ICommandExecutionContainer | |
|---|---|
List<ICommandExecutionContainer<?,?,?>> |
ICommandPipe.getAll()
Returns all command execution containers which are currently executed or queued. |
| Methods in com.kuka.command with parameters of type ICommandExecutionContainer | |
|---|---|
void |
ICommandPipe.cancelAsync(ICommandExecutionContainer<?,?,?> container)
Cancels the given command execution container. |
void |
ICommandPipe.cancelAsync(ICommandExecutionContainer<?,?,?> container,
ICancelListener listener)
Cancels the given command execution container. |
void |
ICommandStateListener.onStateChanged(ICommandExecutionContainer<?,?,?> container,
IExecutionState<?> newState)
Called by a ICommandPipe when one of containers sent to it
changes its state. |
| Method parameters in com.kuka.command with type arguments of type ICommandExecutionContainer | |
|---|---|
void |
ICancelListener.cancelFinished(List<? extends ICommandExecutionContainer<?,?,?>> containerList)
Called when cancel request is finished. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||