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

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

Uses of CommandParameters in org.glassfish.api.admin
 

Methods in org.glassfish.api.admin with parameters of type CommandParameters
 CommandRunner.CommandInvocation CommandRunner.CommandInvocation.parameters(CommandParameters params)
          Sets the command parameters as a typed inteface
 

Uses of CommandParameters in org.glassfish.api.deployment
 

Classes in org.glassfish.api.deployment that implement CommandParameters
 class DeployCommandParameters
          Parameters passed by the user to a deployment request.
 class OpsParams
          Support class for all types of deployment operation parameters.
 class StateCommandParameters
          parameters passed to commands changing the state of a deployed application
 class UndeployCommandParameters
          Parameters passed to a deployment command.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.