Package | Description |
---|---|
com.caucho.ejb.inject | |
com.caucho.ejb.session | |
javax.enterprise.inject.spi |
Java Dependency Injection programmatic APIs.
|
Modifier and Type | Method and Description |
---|---|
SessionBeanType |
ProcessSessionBeanImpl.getSessionBeanType() |
Constructor and Description |
---|
ProcessSessionBeanImpl(InjectManager manager,
Bean<java.lang.Object> bean,
AnnotatedType<java.lang.Object> beanAnnType,
java.lang.String ejbName,
SessionBeanType type) |
Modifier and Type | Method and Description |
---|---|
protected SessionBeanType |
StatelessManager.getSessionBeanType() |
protected SessionBeanType |
StatefulManager.getSessionBeanType() |
protected SessionBeanType |
SingletonManager.getSessionBeanType() |
protected SessionBeanType |
AbstractSessionManager.getSessionBeanType() |
Modifier and Type | Method and Description |
---|---|
SessionBeanType |
ProcessSessionBean.getSessionBeanType() |
static SessionBeanType |
SessionBeanType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionBeanType[] |
SessionBeanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|