org.objectweb.speedo.generation.mivisitor.ejb
Class EJBSMIVisitor

java.lang.Object
  extended by org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
      extended by org.objectweb.speedo.generation.mivisitor.MetaInfoVisitors
          extended by org.objectweb.speedo.generation.mivisitor.ejb.EJBSMIVisitor
All Implemented Interfaces:
GeneratorComponent

public class EJBSMIVisitor
extends MetaInfoVisitors

Defines the list of Speedo Meta Information visitors used in the EJBEnhancer.

Author:
S.Chassande-Barrioz, P. Dechamboux

Field Summary
 
Fields inherited from class org.objectweb.speedo.generation.mivisitor.MetaInfoVisitors
LOGGER_NAME
 
Fields inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
debug, logger, personality, scp
 
Constructor Summary
EJBSMIVisitor()
           
 
Method Summary
protected  AbstractMetaInfoVisitor[] getMIVisitors()
           
 
Methods inherited from class org.objectweb.speedo.generation.mivisitor.MetaInfoVisitors
getTitle, init, process
 
Methods inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
getLogger, getSpeedoCompilerParameter, getSummary, setLogger, setSpeedoCompilerParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBSMIVisitor

public EJBSMIVisitor()
Method Detail

getMIVisitors

protected AbstractMetaInfoVisitor[] getMIVisitors()
Specified by:
getMIVisitors in class MetaInfoVisitors