com.sun.enterprise.v3.admin.commands
Class ListJvmOptions
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListJvmOptions
public ListJvmOptions()
execute
public void execute(AdminCommandContext context)
- Specified by:
execute in interface AdminCommand
Copyright © 2012. All Rights Reserved.