Uses of Interface
org.glassfish.api.admin.CommandRunner.CommandInvocation
-
Packages that use CommandRunner.CommandInvocation Package Description com.sun.enterprise.v3.admin com.sun.enterprise.v3.admin.cluster org.glassfish.admin.rest.utils org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of CommandRunner.CommandInvocation in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin that return CommandRunner.CommandInvocation Modifier and Type Method Description CommandRunner.CommandInvocationCommandRunnerImpl. getCommandInvocation(String scope, String name, ActionReport report, Subject subject)CommandRunner.CommandInvocationCommandRunnerImpl. getCommandInvocation(String scope, String name, ActionReport report, Subject subject, boolean isNotify)Obtain a new command invocation object.CommandRunner.CommandInvocationCommandRunnerImpl. getCommandInvocation(String name, ActionReport report, Subject subject)CommandRunner.CommandInvocationCommandRunnerImpl. getCommandInvocation(String name, ActionReport report, Subject subject, boolean isNotify)Obtain a new command invocation object for the null scope. -
Uses of CommandRunner.CommandInvocation in com.sun.enterprise.v3.admin.cluster
Methods in com.sun.enterprise.v3.admin.cluster that return CommandRunner.CommandInvocation Modifier and Type Method Description CommandRunner.CommandInvocationCommandRunnable. getCommandInvocation()Returns the CommandInvocation that was passed on the constructorConstructors in com.sun.enterprise.v3.admin.cluster with parameters of type CommandRunner.CommandInvocation Constructor Description CommandRunnable(CommandRunner.CommandInvocation commandInvocation, ActionReport report, BlockingQueue<CommandRunnable> responseQueue)Construct a CommandRunnable. -
Uses of CommandRunner.CommandInvocation in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils with parameters of type CommandRunner.CommandInvocation Modifier and Type Method Description static StringDetachedCommandHelper. invokeAsync(CommandRunner.CommandInvocation commandInvocation)static org.glassfish.jersey.media.sse.EventOutputSseCommandHelper. invokeAsync(CommandRunner.CommandInvocation commandInvocation, SseCommandHelper.ActionReportProcessor processor) -
Uses of CommandRunner.CommandInvocation in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return CommandRunner.CommandInvocation Modifier and Type Method Description CommandRunner.CommandInvocationCommandRunner. getCommandInvocation(String scope, String name, ActionReport report, Subject subject)Obtain a new command invocation object.CommandRunner.CommandInvocationCommandRunner. getCommandInvocation(String scope, String name, ActionReport report, Subject subject, boolean isNotify)Obtain a new command invocation object.CommandRunner.CommandInvocationCommandRunner. getCommandInvocation(String name, ActionReport report, Subject subject)Obtain a new command invocation object for the null scope.CommandRunner.CommandInvocationCommandRunner. getCommandInvocation(String name, ActionReport report, Subject subject, boolean isNotify)Obtain a new command invocation object for the null scope.CommandRunner.CommandInvocationCommandRunner.CommandInvocation. inbound(Payload.Inbound inbound)Sets the data carried with the request (could be an attachment)CommandRunner.CommandInvocationCommandRunner.CommandInvocation. listener(String nameRegexp, AdminCommandEventBroker.AdminCommandListener listener)Register new event listener.CommandRunner.CommandInvocationCommandRunner.CommandInvocation. managedJob()Set the AdminCommand to be a managed jobCommandRunner.CommandInvocationCommandRunner.CommandInvocation. outbound(Payload.Outbound outbound)Sets the data carried with the responseCommandRunner.CommandInvocationCommandRunner.CommandInvocation. parameters(CommandParameters params)Sets the command parameters as a typed intefaceCommandRunner.CommandInvocationCommandRunner.CommandInvocation. parameters(ParameterMap params)Sets the command parameters as a ParameterMap.CommandRunner.CommandInvocationCommandRunner.CommandInvocation. progressStatusChild(ProgressStatus ps)Register child of ProgressStatus.
-