| Package | Description |
|---|---|
| org.apache.stanbol.ontologymanager.ontonet.api.session | |
| org.apache.stanbol.ontologymanager.servicesapi.session |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Session
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out.
Please switch to
Session as soon
as possible. |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionManager.createSession()
Generates and registers a new session and assigns a unique session ID generated internally.
|
Session |
SessionManager.createSession(String sessionID)
Generates and registers a new session and tries to assign it the supplied session ID.
|
Session |
SessionEvent.getSession()
Returns the KReS session affected by this event.
|
Session |
SessionManager.getSession(String sessionID)
Retrieves the unique session identified by
sessionID. |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionListener.scopeAppended(Session session,
String scopeId)
Called whenever a scope is appended to a session.
|
void |
SessionListener.scopeDetached(Session session,
String scopeId)
Called whenever a scope is detached from a session.
|
| Constructor and Description |
|---|
SessionEvent(Session session,
SessionEvent.OperationType operationType)
Creates a new instance of SessionEvent.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.