abstract Session |
SessionManager.createSession(String key) |
Creates a Session with the given key, using an instance of
java.util.Hashtable asa holder for user-defined data.
|
abstract Session |
SessionManager.createSession(String key,
com.sun.xml.ws.security.SecurityContextTokenInfo sctInfo) |
|
abstract Session |
SessionManager.createSession(String key,
Class clasz) |
Creates a Session with the given key, using a new instance
of the specified Class as a holder for user-defined data.
|
abstract Session |
SessionManager.createSession(String key,
Object obj) |
Creates a Session with the given key, using the specified Object
as a holder for user-defined data.
|
Session |
SessionManagerImpl.createSession(String key) |
Creates a Session with the given key, using an instance of
synchronized java.util.Map a sa holder for user-defined data.
|
Session |
SessionManagerImpl.createSession(String key,
com.sun.xml.ws.security.SecurityContextTokenInfo sctInfo) |
|
Session |
SessionManagerImpl.createSession(String key,
Class clasz) |
Creates a Session with the given key, using a new instance
of the specified Class as a holder for user-defined data.
|
Session |
SessionManagerImpl.createSession(String key,
Object obj) |
Creates a Session with the given key, using the specified Object
as a holder for user-defined data.
|
abstract Session |
SessionManager.getSession(String key) |
Returns an existing session identified by the Key else null
|
Session |
SessionManagerImpl.getSession(String key) |
Returns an existing session identified by the Key else null
|