|
||||||||||
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.AbstractOptionalRealDeployer<T>
org.jboss.deployers.vfs.spi.deployer.AbstractOptionalVFSRealDeployer<T>
org.jboss.deployers.vfs.plugins.classloader.RequirementIntegrationDeployer<T>
T
- exact output typepublic abstract class RequirementIntegrationDeployer<T>
Integration deployer. Adds integration requirement to deployment classpath.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
---|
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 | |
---|---|
RequirementIntegrationDeployer(Class<T> input)
|
Method Summary | |
---|---|
void |
deploy(VFSDeploymentUnit unit,
T metaData)
Deploy a deployment |
String |
getIntegrationModuleName()
Get the integration module name. |
Set<String> |
getIntegrationModuleNames()
Get integration module names. |
protected abstract org.jboss.classloading.spi.metadata.helpers.AbstractRequirement |
hasIntegrationModuleRequirement(org.jboss.classloading.spi.metadata.RequirementsMetaData requirements)
Do we have integration module requirements. |
protected org.jboss.classloading.spi.metadata.helpers.AbstractRequirement |
hasIntegrationModuleRequirement(VFSDeploymentUnit unit,
org.jboss.classloading.spi.metadata.RequirementsMetaData requirements)
Do we have integration module requirements. |
void |
setIntegrationModuleName(String integrationModuleName)
Set the intagration module name. |
void |
setIntegrationModuleNames(Set<String> integrationModuleNames)
Set integration module names |
void |
start()
Check if integration urls exist. |
void |
undeploy(VFSDeploymentUnit unit,
T deployment)
Undeploy a deployment |
Methods inherited from class org.jboss.deployers.vfs.spi.deployer.AbstractOptionalVFSRealDeployer |
---|
deploy, undeploy |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer |
---|
internalDeploy, internalUndeploy, setDisableOptional |
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, getInput, 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 RequirementIntegrationDeployer(Class<T> input)
Method Detail |
---|
public String getIntegrationModuleName()
public void setIntegrationModuleName(String integrationModuleName)
integrationModuleName
- the integration module namepublic Set<String> getIntegrationModuleNames()
public void setIntegrationModuleNames(Set<String> integrationModuleNames)
integrationModuleNames
- the integration modeul namespublic void start()
public void deploy(VFSDeploymentUnit unit, T metaData) throws DeploymentException
AbstractOptionalVFSRealDeployer
deploy
in class AbstractOptionalVFSRealDeployer<T>
unit
- the unitmetaData
- the attachment
DeploymentException
- for any errorpublic void undeploy(VFSDeploymentUnit unit, T deployment)
AbstractOptionalVFSRealDeployer
undeploy
in class AbstractOptionalVFSRealDeployer<T>
unit
- the unitdeployment
- the attachmentprotected org.jboss.classloading.spi.metadata.helpers.AbstractRequirement hasIntegrationModuleRequirement(VFSDeploymentUnit unit, org.jboss.classloading.spi.metadata.RequirementsMetaData requirements)
unit
- the deployment unitrequirements
- the current requirements
protected abstract org.jboss.classloading.spi.metadata.helpers.AbstractRequirement hasIntegrationModuleRequirement(org.jboss.classloading.spi.metadata.RequirementsMetaData requirements)
requirements
- the current requirements
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |