|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EjbBean | |
---|---|
com.caucho.ejb.cfg |
Uses of EjbBean in com.caucho.ejb.cfg |
---|
Subclasses of EjbBean in com.caucho.ejb.cfg | |
---|---|
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. |
Methods in com.caucho.ejb.cfg that return EjbBean | ||
---|---|---|
|
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. |
Methods in com.caucho.ejb.cfg with parameters of type EjbBean | |
---|---|
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. |
Method parameters in com.caucho.ejb.cfg with type arguments of type EjbBean | |
---|---|
void |
EjbConfig.deployBeans(java.util.ArrayList<EjbBean<?>> beanConfig,
JavaClassGenerator javaGen)
Configures the pending beans. |
Constructors in com.caucho.ejb.cfg with parameters of type EjbBean | |
---|---|
EjbMethodPattern(EjbBean<X> bean,
MethodSignature signature)
Creates a new method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |