Package | Description |
---|---|
org.jboss.metadata.ejb.jboss | |
org.jboss.metadata.ejb.parser.spec | |
org.jboss.metadata.ejb.spec |
Modifier and Type | Method and Description |
---|---|
SessionType |
JBossSessionBeanMetaData.getSessionType()
Get the sessionType.
|
Modifier and Type | Method and Description |
---|---|
void |
JBossSessionBeanMetaData.setSessionType(SessionType sessionType)
Set the sessionType.
|
Modifier and Type | Method and Description |
---|---|
protected SessionType |
SessionBeanMetaDataParser.processSessionType(String sessionType)
Returns the
SessionType corresponding to the passed sessionType string. |
protected SessionType |
SessionBean31MetaDataParser.processSessionType(String sessionType)
Returns the
SessionType corresponding to the passed sessionType string. |
Modifier and Type | Method and Description |
---|---|
SessionType |
AbstractGenericBeanMetaData.getSessionType()
Get the sessionType.
|
SessionType |
SessionBeanMetaData.getSessionType()
Get the sessionType.
|
static SessionType |
SessionType.valueOf(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 and Description |
---|---|
void |
AbstractGenericBeanMetaData.setSessionType(SessionType sessionType)
Set the sessionType.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.