com.sun.enterprise.v3.admin.commands
Class GenerateJvmReportCommand
java.lang.Object
com.sun.enterprise.v3.admin.commands.GenerateJvmReportCommand
- All Implemented Interfaces:
- AdminCommand
@Service(name="generate-jvm-report")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTERED_INSTANCE})
@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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateJvmReportCommand
public GenerateJvmReportCommand()
execute
public void execute(AdminCommandContext ctx)
- Specified by:
execute in interface AdminCommand
Copyright © 2012. All Rights Reserved.