Uses of Interface
org.glassfish.api.admin.CommandInvocation
Packages that use CommandInvocation
-
Uses of CommandInvocation in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return CommandInvocationModifier and TypeMethodDescriptionCommandRunner.getCommandInvocation(String scope, String commandName, ActionReport report, Subject subject, boolean notify, boolean detach) Obtain a new command invocation object.default CommandInvocation<T> CommandRunner.getCommandInvocation(String commandName, ActionReport report, Subject subject) Obtain a new command invocation object.CommandInvocation.inbound(Payload.Inbound inbound) Sets the data carried with the request (could be an attachment)CommandInvocation.outbound(Payload.Outbound outbound) Sets the data carried with the responseCommandInvocation.parameters(CommandParameters params) Sets the command parameters as a typed intefaceCommandInvocation.parameters(ParameterMap params) Sets the command parameters as a ParameterMap.CommandInvocation.progressStatus(ProgressStatus ps) RegisterProgressStatuslistener.Methods in org.glassfish.api.admin with parameters of type CommandInvocationModifier and TypeMethodDescriptionvoidCommandRunner.doCommand(CommandInvocation<T> ctx, AdminCommand command, Subject subject, T job)