|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_Manager
| 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 |
|---|
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.
String - sessionId
XmlBlasterException
void releaseSession(java.lang.String sessionId,
java.lang.String qos_literal)
throws XmlBlasterException
String - The id of the session, which has to be released.String - This qos literal could contain a proof of authenticity, etc.
XmlBlasterException
I_Session getSessionById(java.lang.String id)
throws XmlBlasterException
String - The sessionId
XmlBlasterException
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||