|
||||||||||
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
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer<org.jboss.metadata.ejb.jboss.JBossMetaData>
org.jboss.ejb.deployers.CreateDestinationDeployer
public class CreateDestinationDeployer
CreateDestinationDeployer. FIXME This should be a component deployer but the ejb deployment is currently componentised
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 | |
---|---|
CreateDestinationDeployer()
Create a new CreateDestinationDeployer. |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer |
---|
getInput, internalDeploy, internalUndeploy |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer |
---|
addControllerContextName, deploy, isControllerContextNameCandidate, isUseUnitName, removeControllerContextName, setUseUnitName, undeploy |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
addInput, addInput, addOutput, addOutput, getInputs, getOutput, getOutputs, getRelativeOrder, getStage, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setWantComponents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateDestinationDeployer()
Method Detail |
---|
public void addCreateDestination(CreateDestination factory)
factory
- the factory
IllegalArgumentException
- for a null factorypublic void removeCreateDestination(CreateDestination factory)
factory
- the factory
IllegalArgumentException
- for a null factorypublic void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.ejb.jboss.JBossMetaData deployment) throws org.jboss.deployers.spi.DeploymentException
deploy
in class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer<org.jboss.metadata.ejb.jboss.JBossMetaData>
org.jboss.deployers.spi.DeploymentException
public void undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.ejb.jboss.JBossMetaData deployment)
undeploy
in class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer<org.jboss.metadata.ejb.jboss.JBossMetaData>
protected void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData mdb) throws org.jboss.deployers.spi.DeploymentException
unit
- the deployment unitmdb
- the mdb
org.jboss.deployers.spi.DeploymentException
- for any errorprotected void undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData mdb) throws org.jboss.deployers.spi.DeploymentException
unit
- the deployment unitmdb
- the mdb
org.jboss.deployers.spi.DeploymentException
- for any errorprotected boolean isCreateDestination(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData mdb) throws org.jboss.deployers.spi.DeploymentException
unit
- the deployment unitmdb
- the message driven metadata
org.jboss.deployers.spi.DeploymentException
- for any errorprotected String getAttachmentName(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData mdb)
unit
- the unitmdb
- the mdb
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |