|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionType | |
---|---|
org.eclipse.jst.j2ee.ejb |
Uses of SessionType in org.eclipse.jst.j2ee.ejb |
---|
Fields in org.eclipse.jst.j2ee.ejb declared as SessionType | |
static SessionType |
SessionType.STATEFUL_LITERAL
The 'Stateful' literal object |
static SessionType |
SessionType.STATELESS_LITERAL
The 'Stateless' literal object |
Methods in org.eclipse.jst.j2ee.ejb that return SessionType | |
SessionType |
Session.getSessionType()
|
static SessionType |
SessionType.get(java.lang.String literal)
Returns the 'Session Type' literal with the specified literal value |
static SessionType |
SessionType.getByName(java.lang.String name)
Returns the 'Session Type' literal with the specified name |
static SessionType |
SessionType.get(int value)
Returns the 'Session Type' literal with the specified integer value |
Methods in org.eclipse.jst.j2ee.ejb with parameters of type SessionType | |
void |
Session.setSessionType(SessionType value)
Sets the value of the ' Session Type ' attribute |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |