Groovy Documentation

org.linkedin.glu.orchestration.engine.deployment
[Java] Class DeployerImpl

java.lang.Object
  org.linkedin.glu.orchestration.engine.deployment.DeployerImpl
All Implemented Interfaces:
Deployer

public class DeployerImpl

Authors:
yan@pongasoft.com


Constructor Summary
DeployerImpl()

Constructor

 
Method Summary
IPlanExecution executePlan(Plan plan, IPlanExecutionProgressTracker tracker)

IPlanExecutor getPlanExecutor()

void setPlanExecutor(IPlanExecutor planExecutor)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

DeployerImpl

public DeployerImpl()
Constructor


 
Method Detail

executePlan

@Override
public IPlanExecution executePlan(Plan plan, IPlanExecutionProgressTracker tracker)


getPlanExecutor

public IPlanExecutor getPlanExecutor()


setPlanExecutor

@Initializer(required = true)
public void setPlanExecutor(IPlanExecutor planExecutor)


 

Groovy Documentation