Uses of Interface
org.jboss.as.cli.handlers.OperationCommandWithDescription
-
Packages that use OperationCommandWithDescription Package Description org.jboss.as.cli.handlers org.jboss.as.cli.handlers.jca -
-
Uses of OperationCommandWithDescription in org.jboss.as.cli.handlers
Methods in org.jboss.as.cli.handlers with parameters of type OperationCommandWithDescription Modifier and Type Method Description voidGenericTypeOperationHandler. addHandler(String name, OperationCommandWithDescription handler) -
Uses of OperationCommandWithDescription in org.jboss.as.cli.handlers.jca
Classes in org.jboss.as.cli.handlers.jca that implement OperationCommandWithDescription Modifier and Type Class Description classDataSourceAddCompositeHandlerCommand handler that allows to add connection properties while adding the data-source in one composite operation.classXADataSourceAddCompositeHandlerCommand handler that adds an xa datasource and its xa properties in one composite operation.
-