com.sun.enterprise.v3.admin.commands
Class GenerateJvmReportCommand

java.lang.Object
  extended by 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)

Constructor Summary
GenerateJvmReportCommand()
           
 
Method Summary
 void execute(AdminCommandContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateJvmReportCommand

public GenerateJvmReportCommand()
Method Detail

execute

public void execute(AdminCommandContext ctx)
Specified by:
execute in interface AdminCommand


Copyright © 2012. All Rights Reserved.