org.ow2.util.plan.bindings.deploymentplan
Class DeploymentPlanFragment

java.lang.Object
  extended by org.ow2.util.plan.bindings.deploymentplan.Deployment
      extended by org.ow2.util.plan.bindings.deploymentplan.DeploymentPlanFragment
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Maven2Deployment, ObrDeployment, UrlDeployment

public abstract class DeploymentPlanFragment
extends Deployment

Extension of the Deployment binding class with additional data (the deployment status).

Author:
mleduque
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.util.plan.bindings.deploymentplan.Deployment
condition, id, idAttr, reference, referenceAttr, reloadable, reloadableAttr, repositoryRef, repositoryRefAttr, start, startAttr, startlevel, startlevelAttr, starttransient, starttransientAttr, targets
 
Constructor Summary
DeploymentPlanFragment()
           
 
Method Summary
 boolean isDeployed()
          Returns true if the Deployment has been deployed.
 void setDeployed(boolean deployed)
          Sets the deployment state.
 String toString()
          
 
Methods inherited from class org.ow2.util.plan.bindings.deploymentplan.Deployment
getCondition, getId, getIdAttr, getRepositoryRef, getRepositoryRefAttr, getStartlevel, getStartlevelAttr, getTargets, isReference, isReferenceAttr, isReloadable, isReloadableAttr, isStart, isStartAttr, isStarttransient, isStarttransientAttr, setCondition, setId, setIdAttr, setReference, setReferenceAttr, setReloadable, setReloadableAttr, setRepositoryRef, setRepositoryRefAttr, setStart, setStartAttr, setStartlevel, setStartlevelAttr, setStarttransient, setStarttransientAttr, setTargets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentPlanFragment

public DeploymentPlanFragment()
Method Detail

isDeployed

public boolean isDeployed()
Returns true if the Deployment has been deployed.

Returns:
true if the Deployment has been deployed.

setDeployed

public void setDeployed(boolean deployed)
Sets the deployment state.

Parameters:
deployed - the new state.

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.