Uses of Interface
org.glassfish.api.admin.CommandRunner
-
Packages that use CommandRunner Package Description com.sun.enterprise.v3.admin com.sun.enterprise.v3.admin.cluster fish.payara.ejb.http.admin fish.payara.microprofile fish.payara.monitoring.admin -
-
Uses of CommandRunner in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin that implement CommandRunner Modifier and Type Class Description classCommandRunnerImplEncapsulates the logic needed to execute a server-side command (for example, a descendant of AdminCommand) including injection of argument values into the command. -
Uses of CommandRunner in com.sun.enterprise.v3.admin.cluster
Constructors in com.sun.enterprise.v3.admin.cluster with parameters of type CommandRunner Constructor Description ClusterCommandHelper(Domain domain, CommandRunner runner)Construct a ClusterCommandHelper -
Uses of CommandRunner in fish.payara.ejb.http.admin
Fields in fish.payara.ejb.http.admin declared as CommandRunner Modifier and Type Field Description protected CommandRunnerSetEjbInvokerConfigurationCommand. commandRunner -
Uses of CommandRunner in fish.payara.microprofile
Fields in fish.payara.microprofile declared as CommandRunner Modifier and Type Field Description protected CommandRunnerSetSecureMicroprofileConfigurationCommand. commandRunner -
Uses of CommandRunner in fish.payara.monitoring.admin
Fields in fish.payara.monitoring.admin declared as CommandRunner Modifier and Type Field Description protected CommandRunnerSetMonitoringConsoleConfigurationCommand. commandRunner
-