|
|||||||||
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.ejb3.deployers.EjbAnnotationMetaDataDeployer
public class EjbAnnotationMetaDataDeployer
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
---|
org.jboss.deployers.spi.Ordered.OrderedComparator |
Field Summary | |
---|---|
static String |
EJB_ANNOTATED_ATTACHMENT_NAME
|
Fields inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
log |
Fields inherited from interface org.jboss.deployers.spi.Ordered |
---|
COMPARATOR |
Constructor Summary | |
---|---|
EjbAnnotationMetaDataDeployer()
|
Method Summary | |
---|---|
void |
deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
|
protected void |
deploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit)
|
protected Collection<Class<?>> |
getClasses(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit,
List<org.jboss.virtual.VirtualFile> classpath)
Get the classes we want to scan. |
protected void |
processJBossMetaData(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit,
org.jboss.metadata.annotation.finder.AnnotationFinder<AnnotatedElement> finder,
Collection<Class<?>> classes)
Process annotations. |
protected void |
processMetaData(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit,
List<org.jboss.virtual.VirtualFile> classpath)
|
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, undeploy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String EJB_ANNOTATED_ATTACHMENT_NAME
Constructor Detail |
---|
public EjbAnnotationMetaDataDeployer()
Method Detail |
---|
public void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit) throws org.jboss.deployers.spi.DeploymentException
org.jboss.deployers.spi.DeploymentException
protected void deploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit) throws org.jboss.deployers.spi.DeploymentException
org.jboss.deployers.spi.DeploymentException
protected Collection<Class<?>> getClasses(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, List<org.jboss.virtual.VirtualFile> classpath) throws IOException
unit
- the deployment unitmainClassName
- the main class nameclasspath
- the classpath
IOException
- for any errorprotected void processJBossMetaData(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, org.jboss.metadata.annotation.finder.AnnotationFinder<AnnotatedElement> finder, Collection<Class<?>> classes)
unit
- the deployment unitfinder
- the annotation finderclasses
- the candidate classesprotected void processMetaData(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, List<org.jboss.virtual.VirtualFile> classpath) throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |