Uses of Interface
org.glassfish.api.admin.AdminCommand
Packages that use AdminCommand
-
Uses of AdminCommand in org.glassfish.api
Methods in org.glassfish.api with parameters of type AdminCommandModifier and TypeMethodDescriptionAsyncImpl.createWrapper(Async async, CommandModel model, AdminCommand command, ActionReport report) -
Uses of AdminCommand in org.glassfish.api.admin
Classes in org.glassfish.api.admin that implement AdminCommandModifier and TypeClassDescriptionclassRepresents command wrapped with.invalid reference
CommandWrapperImplMethods in org.glassfish.api.admin that return AdminCommandModifier and TypeMethodDescriptionCommandAspectBase.createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report) This methods can be used to wrap generic functionality around command execute.CommandAspectImpl.createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report) This methods can be used to wrap generic functionality around command execute.CommandInvocation.evaluateCommand()CommandRunner.getCommand(String scope, String commandName, ActionReport report) Obtain and return the command implementation defined by the passed commandNameCommandRunner.getCommand(String commandName, ActionReport report) Obtain and return the command implementation defined by the passed commandName for the null scopeJobManager.Checkpoint.getCommand()SupplementalCommandExecutor.SupplementalCommand.getCommand()protected AdminCommandWrappedAdminCommand.getUnwrappedCommand()Get root of wrapped command.WrappedAdminCommand.getWrappedCommand()Original command that was wrapped.Methods in org.glassfish.api.admin with parameters of type AdminCommandModifier and TypeMethodDescriptionvoidJobManager.checkpoint(AdminCommand command, AdminCommandContext context) Stores current command state.CommandInvocation.createJob(AdminCommand command) Creates a job to be executed/CommandAspectBase.createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report) This methods can be used to wrap generic functionality around command execute.CommandAspectImpl.createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report) This methods can be used to wrap generic functionality around command execute.voidAuthorizationPreprocessor.describeAuthorization(Subject subject, String resourceName, String action, AdminCommand command, Map<String, Object> context, Map<String, String> subjectAttributes, Map<String, String> resourceAttributes, Map<String, String> actionAttributes) Optionally adds to the attributes that will be attached to the Subject, the resource, and the action used for an upcoming authorization check.voidCommandRunner.doCommand(CommandInvocation<T> ctx, AdminCommand command, Subject subject, T job) voidCommandAspectBase.done(T ann, AdminCommand command, Job instance) Execute when command is finished successfully or not.voidCommandAspectFacade.done(AdminCommand command, Job instance) Execute when command is finished successfully or not.voidCommandAspectImpl.done(T ann, AdminCommand command, Job instance) Execute when command is finished successfully or not.ClusterExecutor.execute(String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters) Execute the passed command on targeted remote instances.CommandInvocation.execute(AdminCommand command) Executes the passed command with this context and populates the report with the execution result.voidCommandInvocation.execute(AdminCommand command, T job) Executes the passed command with this context and populates the report with the execution result.TargetBasedExecutor.execute(String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters) AdminCommandLock.getLock(AdminCommand command) Return the appropriate Lock object for the specified command.AdminCommandLock.getLock(AdminCommand command, String owner) Return the appropriate Lock object for the specified command.voidCommandAspectBase.init(T ann, AdminCommand command, AdminCommandContext context, Job instance) Execute when command is just completely initialized, i..e injected with parameters.voidCommandAspectImpl.init(T ann, AdminCommand command, AdminCommandContext context, Job instance) Execute when command is just completely initialized, i..e injected with parameters.voidCommandInvocation.start(AdminCommand command, T job) Schedules the invocation as an asynchronous job.booleanCommandRunner.validateCommandModelETag(AdminCommand command, String eTag) Checks if given command model eTag is equal to current command model eTagConstructors in org.glassfish.api.admin with parameters of type AdminCommandModifierConstructorDescriptionCheckpoint(T job, AdminCommand command, AdminCommandContext context) WrappedAdminCommand(AdminCommand command) Default constructor.