Uses of Interface
org.glassfish.api.admin.AdminCommand

Packages that use AdminCommand
org.glassfish.api.admin Admin commands in GlassFish 
 

Uses of AdminCommand in org.glassfish.api.admin
 

Methods in org.glassfish.api.admin that return AdminCommand
 AdminCommand CommandRunner.getCommand(java.lang.String commandName, ActionReport report, java.util.logging.Logger logger)
          Obtain and return the command implementation defined by the passed commandName
 

Methods in org.glassfish.api.admin with parameters of type AdminCommand
 void CommandRunner.CommandInvocation.execute(AdminCommand command)
          Executes the passed command with this context and populates the report with the execution result.
 ActionReport.ExitCode ExecuteOn.TargetBasedExecutor.execute(java.lang.String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters)
           
 ActionReport.ExitCode ClusterExecutor.execute(java.lang.String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters)
          Execute the passed command on targeted remote instances.
 java.util.concurrent.locks.Lock AdminCommandLock.getLock(AdminCommand command)
          Return the appropriate Lock object for the specified command.
 java.util.concurrent.locks.Lock AdminCommandLock.getLock(AdminCommand command, java.lang.String owner)
          Return the appropriate Lock object for the specified command.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.