Class GenerateJvmReportCommand
- java.lang.Object
-
- com.sun.enterprise.v3.admin.commands.GenerateJvmReportCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="generate-jvm-report") @PerLookup @CommandLock(NONE) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTERED_INSTANCE,DEPLOYMENT_GROUP}) @ExecuteOn(value=INSTANCE, ifNeverStarted=Error) public class GenerateJvmReportCommand extends Object implements AdminCommand
Implements the front end for generating the JVM report. Sends back a String to the asadmin console based on server's locale.- Since:
- GlassFish V3
- Author:
- केदार (km@dev.java.net)
-
-
Constructor Summary
Constructors Constructor Description GenerateJvmReportCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext ctx)Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
-
-
-
Method Detail
-
execute
public void execute(AdminCommandContext ctx)
Description copied from interface:AdminCommandExecutes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values- Specified by:
executein interfaceAdminCommand- Parameters:
ctx- information
-
-