Uses of Interface
org.jboss.as.cli.OperationCommand
-
Packages that use OperationCommand Package Description org.jboss.as.cli.handlers org.jboss.as.cli.handlers.batch org.jboss.as.cli.handlers.jca org.jboss.as.cli.handlers.report -
-
Uses of OperationCommand in org.jboss.as.cli.handlers
Subinterfaces of OperationCommand in org.jboss.as.cli.handlers Modifier and Type Interface Description interfaceOperationCommandWithDescriptionClasses in org.jboss.as.cli.handlers that implement OperationCommand Modifier and Type Class Description classArchiveHandlerclassAttachmentHandlerclassBaseOperationCommandclassBatchModeCommandHandlerclassDeployHandlerDeprecated.classDeploymentHandlerBase class for deploy and undeploy handlers containing common code for these handlers.classDeploymentInfoHandlerDeprecated.classDeploymentOverlayHandlerclassGenericTypeOperationHandlerclassLsHandlerclassOperationRequestHandlerThe operation request handler.classReadAttributeHandlerclassReadOperationHandlerclassReloadHandlerclassResourceCompositeOperationHandlerA command that is composed of several operations performed against the same resource.classShutdownHandlerclassUndeployHandlerDeprecated. -
Uses of OperationCommand in org.jboss.as.cli.handlers.batch
Classes in org.jboss.as.cli.handlers.batch that implement OperationCommand Modifier and Type Class Description classBatchRunHandler -
Uses of OperationCommand in org.jboss.as.cli.handlers.jca
Classes in org.jboss.as.cli.handlers.jca that implement OperationCommand Modifier and Type Class Description classDataSourceAddCompositeHandlerCommand handler that allows to add connection properties while adding the data-source in one composite operation.classJDBCDriverInfoHandlerclassXADataSourceAddCompositeHandlerCommand handler that adds an xa datasource and its xa properties in one composite operation. -
Uses of OperationCommand in org.jboss.as.cli.handlers.report
Classes in org.jboss.as.cli.handlers.report that implement OperationCommand Modifier and Type Class Description classInstallationReportHandlerCLI command to download the installation report.
-