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

java.lang.Object
  extended by com.sun.enterprise.v3.admin.commands.ListJvmOptions
All Implemented Interfaces:
AdminCommand

@Service(name="list-jvm-options")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
@ExecuteOn(value=DAS)
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG})
public final class ListJvmOptions
extends Object
implements AdminCommand

Lists the JVM options configured in server's configuration.

Since:
GlassFish V3
Author:
केदार (km@dev.java.net), Kin-man Chung

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

Constructor Detail

ListJvmOptions

public ListJvmOptions()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.