public class CancelSchedulerCommand<I> extends Object implements Command<Void,SchedulerContext<I>>
Constructor and Description |
---|
CancelSchedulerCommand(Bean<I,?> bean) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(SchedulerContext<I> context)
Execute this command with the specified context.
|
public Void execute(SchedulerContext<I> context)
Command
execute
in interface Command<Void,SchedulerContext<I>>
context
- the execution contextCopyright © 2018 JBoss by Red Hat. All rights reserved.