|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| com.sun.xml.ws.runtime.dev | |
| Uses of Session in com.sun.xml.ws.runtime.dev |
|---|
| Methods in com.sun.xml.ws.runtime.dev that return Session | |
|---|---|
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 |
| Methods in com.sun.xml.ws.runtime.dev that return types with arguments of type Session | |
|---|---|
protected abstract Collection<Session> |
SessionManager.sessions()
|
protected Collection<Session> |
SessionManagerImpl.sessions()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||