Package org.jboss.as.cli.impl.aesh.cmd
Class ConnectCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.ConnectCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>
public class ConnectCommand extends Object implements org.aesh.command.Command<CLICommandInvocation>
The connect command. Allows a management connection to a local or remote WildFly or JBoss EAP instance.- Author:
- Ingo Weiss
-
-
Constructor Summary
Constructors Constructor Description ConnectCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexecute(CLICommandInvocation commandInvocation)
-
-
-
Method Detail
-
execute
public org.aesh.command.CommandResult execute(CLICommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
- Specified by:
executein interfaceorg.aesh.command.Command<CLICommandInvocation>- Throws:
org.aesh.command.CommandExceptionInterruptedException
-
-