Package | Description |
---|---|
com.caucho.config.gen | |
com.caucho.ejb.cfg | |
com.caucho.ejb.gen | |
com.caucho.ejb.message | |
com.caucho.ejb.session |
Modifier and Type | Class and Description |
---|---|
class |
CandiBeanGenerator<X>
Generates the skeleton for a session bean.
|
Modifier and Type | Method and Description |
---|---|
protected BeanGenerator<X> |
EjbMessageBean.createBeanGenerator()
Creates the bean generator for the session bean.
|
protected BeanGenerator<X> |
EjbBean.createBeanGenerator()
Creates the BeanGenerator generator instance
|
Modifier and Type | Class and Description |
---|---|
class |
MessageGenerator<X>
Generates the skeleton for a message bean.
|
class |
SessionGenerator<X>
Generates the skeleton for a session bean.
|
class |
SingletonGenerator<X>
Generates the skeleton for a singleton bean.
|
class |
StatefulGenerator<X>
Generates the skeleton for a stateful bean.
|
class |
StatelessGenerator<X>
Generates the skeleton for a session bean.
|
Modifier and Type | Method and Description |
---|---|
protected BeanGenerator<X> |
MessageManager.createBeanGenerator()
Creates the bean generator for the session bean.
|
Modifier and Type | Method and Description |
---|---|
protected BeanGenerator<X> |
StatelessManager.createBeanGenerator()
Creates the bean generator for the session bean.
|
protected BeanGenerator<X> |
StatefulManager.createBeanGenerator()
Creates the bean generator for the session bean.
|
protected BeanGenerator<X> |
SingletonManager.createBeanGenerator()
Creates the bean generator for the session bean.
|
protected BeanGenerator<X> |
AbstractSessionManager.createBeanGenerator()
Creates the bean generator for the session bean.
|