Package | Description |
---|---|
com.caucho.ejb.cfg |
Modifier and Type | Class and Description |
---|---|
class |
EjbConfigManager
Manages the EJB configuration files.
|
Modifier and Type | Method and Description |
---|---|
EjbConfig |
EjbBean.getConfig() |
EjbConfig |
EjbBeanConfigProxy.getConfig()
Returns the configuration.
|
Constructor and Description |
---|
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) |