| Package | Description |
|---|---|
| org.jboss.metadata.ejb.jboss | |
| org.jboss.metadata.ejb.parser.spec | |
| org.jboss.metadata.ejb.spec |
| Modifier and Type | Method | Description |
|---|---|---|
SessionType |
JBossSessionBeanMetaData.getSessionType() |
Get the sessionType.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
JBossSessionBeanMetaData.setSessionType(SessionType sessionType) |
Set the sessionType.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected SessionType |
SessionBean31MetaDataParser.processSessionType(java.lang.String sessionType) |
Returns the
SessionType corresponding to the passed sessionType string. |
protected SessionType |
SessionBeanMetaDataParser.processSessionType(java.lang.String sessionType) |
Returns the
SessionType corresponding to the passed sessionType string. |
| Modifier and Type | Method | Description |
|---|---|---|
SessionType |
AbstractGenericBeanMetaData.getSessionType() |
Get the sessionType.
|
SessionType |
SessionBeanMetaData.getSessionType() |
Get the sessionType.
|
static SessionType |
SessionType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SessionType[] |
SessionType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractGenericBeanMetaData.setSessionType(SessionType sessionType) |
Set the sessionType.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.