|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionType | |
---|---|
org.jboss.metadata.ejb.jboss | |
org.jboss.metadata.ejb.jboss.jndipolicy.plugins | |
org.jboss.metadata.ejb.spec |
Uses of SessionType in org.jboss.metadata.ejb.jboss |
---|
Methods in org.jboss.metadata.ejb.jboss that return SessionType | |
---|---|
SessionType |
JBossSessionBeanMetaData.getSessionType()
Get the sessionType. |
Methods in org.jboss.metadata.ejb.jboss with parameters of type SessionType | |
---|---|
void |
JBossSessionBeanMetaData.setSessionType(SessionType sessionType)
Set the sessionType. |
Uses of SessionType in org.jboss.metadata.ejb.jboss.jndipolicy.plugins |
---|
Methods in org.jboss.metadata.ejb.jboss.jndipolicy.plugins that return SessionType | |
---|---|
SessionType |
JBossSessionPolicyDecorator.getSessionType()
|
Methods in org.jboss.metadata.ejb.jboss.jndipolicy.plugins with parameters of type SessionType | |
---|---|
void |
JBossSessionPolicyDecorator.setSessionType(SessionType sessionType)
|
Uses of SessionType in org.jboss.metadata.ejb.spec |
---|
Methods in org.jboss.metadata.ejb.spec that return 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. |
Methods in org.jboss.metadata.ejb.spec with parameters of type SessionType | |
---|---|
void |
SessionBeanMetaData.setSessionType(SessionType sessionType)
Set the sessionType. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |