Class SHUTDOWN
java.lang.Object
org.jpos.q2.cli.SHUTDOWN
- All Implemented Interfaces:
CLICommand
CLI command that requests an orderly Q2 shutdown.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CLIContext cli, String[] args) Executes the CLI command.
-
Constructor Details
-
SHUTDOWN
public SHUTDOWN()Default constructor; no instance state to initialise.
-
-
Method Details
-
exec
Description copied from interface:CLICommandExecutes the CLI command.- Specified by:
execin interfaceCLICommand- Parameters:
cli- the CLI contextargs- command arguments- Throws:
IOException
-