|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
I_Session |
getSessionById(java.lang.String id)
Get the I_Session which corresponds to the given sessionId. |
void |
releaseSession(java.lang.String sessionId,
java.lang.String qos_literal)
Releases a reserved I_Session. |
I_Session |
reserveSession(java.lang.String sessionId)
The session handling. |
| Methods inherited from interface org.xmlBlaster.util.plugin.I_Plugin |
getType, getVersion, init, shutdown |
| Method Detail |
public I_Session reserveSession(java.lang.String sessionId)
throws XmlBlasterException
org.xmlBlaster.authentication.Authenticate.connect(...)
and login(...) calls this method to get a new I_Session
and bind it to the session.
XmlBlasterException
public void releaseSession(java.lang.String sessionId,
java.lang.String qos_literal)
throws XmlBlasterException
XmlBlasterException
public I_Session getSessionById(java.lang.String id)
throws XmlBlasterException
XmlBlasterException
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||