Package | Description |
---|---|
com.caucho.ejb.cfg |
Modifier and Type | Class and Description |
---|---|
class |
EjbMessageBean<X>
Configuration for an ejb entity bean.
|
class |
EjbSessionBean<X>
Configuration for an ejb entity bean.
|
class |
EjbSingletonBean<X>
Configuration for an ejb singleton session bean.
|
class |
EjbStatefulBean<X>
Configuration for an ejb stateful session bean.
|
class |
EjbStatelessBean<X>
Configuration for an ejb stateless session bean.
|
Modifier and Type | Method and Description |
---|---|
<X> EjbBean<X> |
EjbConfig.findBeanByType(java.lang.Class<X> type)
Finds an entity bean by its abstract schema.
|
EjbBean<?> |
EjbConfig.getBeanConfig(java.lang.String name)
Returns the cfg bean with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbMethodPattern.setBean(EjbBean<X> bean)
Sets the bean.
|
void |
EjbConfig.setBeanConfig(java.lang.String name,
EjbBean<?> bean)
Sets the cfg bean with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbConfig.deployBeans(java.util.ArrayList<EjbBean<?>> beanConfig,
JavaClassGenerator javaGen)
Configures the pending beans.
|
Constructor and Description |
---|
EjbMethodPattern(EjbBean<X> bean,
MethodSignature signature)
Creates a new method.
|