|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployers.spi.deployer.helpers.AbstractDeployer
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
public abstract class AbstractRealDeployer
AbstractRealDeployer.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
|---|
org.jboss.deployers.spi.Ordered.OrderedComparator |
| Field Summary |
|---|
| Fields inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
|---|
log |
| Fields inherited from interface org.jboss.deployers.spi.Ordered |
|---|
COMPARATOR |
| Constructor Summary | |
|---|---|
AbstractRealDeployer()
Create a new AbstractRealDeployer. |
|
| Method Summary | |
|---|---|
protected void |
addControllerContextName(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Add controller context name. |
void |
deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Deploy a deployment |
protected abstract void |
internalDeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Deploy a deployment |
protected void |
internalUndeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Undeploy an deployment |
protected boolean |
isControllerContextNameCandidate(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Should we set controller context name on unit? |
boolean |
isUseUnitName()
Should we use unit name for controller context name. |
protected void |
removeControllerContextName(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Remove controller context name. |
void |
setUseUnitName(boolean useUnitName)
Set use unit name for controller context name. |
void |
undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Undeploy an deployment |
| Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
|---|
addInput, addInput, addOutput, addOutput, getInput, getInputs, getOutput, getOutputs, getRelativeOrder, getStage, getType, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setType, setWantComponents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRealDeployer()
| Method Detail |
|---|
public final void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
throws org.jboss.deployers.spi.DeploymentException
Deployer
unit - the unit
org.jboss.deployers.spi.DeploymentException - for any errorprotected boolean isControllerContextNameCandidate(org.jboss.deployers.structure.spi.DeploymentUnit unit)
unit - the dpeloyment unit
protected abstract void internalDeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
throws org.jboss.deployers.spi.DeploymentException
unit - the unit
org.jboss.deployers.spi.DeploymentException - for any errorprotected void addControllerContextName(org.jboss.deployers.structure.spi.DeploymentUnit unit)
unit - the deployment unitprotected void removeControllerContextName(org.jboss.deployers.structure.spi.DeploymentUnit unit)
unit - the deployment unitpublic final void undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Deployer
undeploy in interface Deployerundeploy in class AbstractDeployerunit - the unitprotected void internalUndeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
unit - the unitpublic boolean isUseUnitName()
public void setUseUnitName(boolean useUnitName)
useUnitName - flag to allow unit name usage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||