org.glassfish.paas.gfplugin.cli
Class RegenerateGlassFishTemplate

java.lang.Object
  extended by org.glassfish.paas.gfplugin.cli.RegenerateGlassFishTemplate
All Implemented Interfaces:
Runnable, AdminCommand

@Service(name="regenerate-glassfish-template")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
public class RegenerateGlassFishTemplate
extends Object
implements AdminCommand, Runnable

Author:
ishan.vishnoi@java.net

Field Summary
 Properties serviceCharacteristics
           
 Properties serviceConfigurations
           
 
Constructor Summary
RegenerateGlassFishTemplate()
           
 
Method Summary
 void execute(AdminCommandContext context)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceCharacteristics

public Properties serviceCharacteristics

serviceConfigurations

public Properties serviceConfigurations
Constructor Detail

RegenerateGlassFishTemplate

public RegenerateGlassFishTemplate()
Method Detail

execute

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

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2012. All Rights Reserved.