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

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

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

Creates given JVM options in server's configuration.

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

Constructor Summary
CreateJvmOptions()
           
 
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

CreateJvmOptions

public CreateJvmOptions()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.