public class StopCommand<T> extends Object implements Command<Void,SingletonContext<T>>
Constructor and Description |
---|
StopCommand() |
Modifier and Type | Method and Description |
---|---|
Void |
execute(SingletonContext<T> context)
Execute this command with the specified context.
|
public Void execute(SingletonContext<T> context) throws Exception
Command
Copyright © 2017 JBoss by Red Hat. All rights reserved.