| Package | Description |
|---|---|
| com.sun.xml.ws.runtime.dev |
| Modifier and Type | Method and Description |
|---|---|
abstract Session |
SessionManager.createSession(String key)
Creates a Session with the given key, using an instance of
java.util.Hashtable
|
Session |
SessionManagerImpl.createSession(String key)
Creates a Session with the given key, using an instance of
synchronized java.util.Map
|
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.
|
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.
|
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,
Object obj)
Creates a Session with the given key, using the specified Object
as a holder for user-defined data.
|
abstract Session |
SessionManager.createSession(String key,
SecurityContextTokenInfo sctInfo) |
Session |
SessionManagerImpl.createSession(String key,
SecurityContextTokenInfo sctInfo) |
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
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Collection<Session> |
SessionManager.sessions() |
protected Collection<Session> |
SessionManagerImpl.sessions() |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.