org.glassfish.paas.orchestrator.provisioning.cli
Class PaaSDeploy

java.lang.Object
  extended by org.glassfish.paas.orchestrator.provisioning.cli.PaaSDeploy
All Implemented Interfaces:
AdminCommand

@Service(name="paas-deploy")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@ExecuteOn(value=DAS)
@TargetType(value=DAS)
@CommandLock(value=NONE)
public class PaaSDeploy
extends Object
implements AdminCommand

Author:
Jagadish Ramu

Field Summary
protected static Logger logger
           
 
Constructor Summary
PaaSDeploy()
           
 
Method Summary
 void execute(AdminCommandContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Logger logger
Constructor Detail

PaaSDeploy

public PaaSDeploy()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.