Uses of Class
com.caucho.ejb.cfg.EjbConfig

Packages that use EjbConfig
com.caucho.ejb.cfg   
 

Uses of EjbConfig in com.caucho.ejb.cfg
 

Subclasses of EjbConfig in com.caucho.ejb.cfg
 class EjbConfigManager
          Manages the EJB configuration files.
 

Methods in com.caucho.ejb.cfg that return EjbConfig
 EjbConfig EjbBean.getConfig()
           
 EjbConfig EjbBeanConfigProxy.getConfig()
          Returns the configuration.
 

Constructors in com.caucho.ejb.cfg with parameters of type EjbConfig
ContainerTransaction(EjbJar ejbJar, EjbConfig config)
          Creates a new cmp-relation
EjbBean(EjbConfig ejbConfig, AnnotatedType<X> rawAnnType, AnnotatedType<X> annType, java.lang.String ejbModuleName)
          Creates a new entity bean configuration.
EjbBean(EjbConfig ejbConfig, java.lang.String ejbModuleName)
          Creates a new entity bean configuration.
EjbBeanConfigProxy(EjbConfig config, EjbJar jar, java.lang.String ejbModuleName)
          Creates a new entity bean configuration.
EjbEnterpriseBeans(EjbConfig config, EjbJar jar, java.lang.String ejbModuleName)
           
EjbJar(EjbConfig config, java.lang.String ejbModuleName, Path rootPath)
           
EjbMessageBean(EjbConfig ejbConfig, AnnotatedType<X> rawAnnType, AnnotatedType<X> annType, MessageDriven messageDriven)
          Creates a new session bean configuration.
EjbMessageBean(EjbConfig ejbConfig, AnnotatedType<X> rawAnnType, AnnotatedType<X> annType, java.lang.String ejbName)
          Creates a new session bean configuration.
EjbMessageBean(EjbConfig config, java.lang.String ejbModuleName)
          Creates a new message bean configuration.
EjbMessageConfigProxy(EjbConfig config, EjbJar jar, java.lang.String ejbModuleName)
          Creates a new message bean configuration.
EjbSessionBean(EjbConfig ejbConfig, AnnotatedType<X> rawAnnType, AnnotatedType<X> annType, java.lang.String ejbModuleName)
          Creates a new session bean configuration.
EjbSessionConfigProxy(EjbConfig config, EjbJar jar, java.lang.String ejbModuleName)
          Creates a new session bean configuration.
EjbSingletonBean(EjbConfig ejbConfig, AnnotatedType<X> rawAnnType, AnnotatedType<X> annType, java.lang.String moduleName)
          Creates a new session bean configuration.
EjbStatefulBean(EjbConfig ejbConfig, AnnotatedType<X> rawAnnType, AnnotatedType<X> annType, java.lang.String moduleName)
          Creates a new session bean configuration.
EjbStatelessBean(EjbConfig ejbConfig, AnnotatedType<X> rawAnnType, AnnotatedType<X> annType, java.lang.String moduleName)
          Creates a new session bean configuration.
Interceptors(EjbConfig config)
           
InterceptorsConfig(EjbConfig config)