|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionContext | |
|---|---|
| net.sf.sail.common.apps.preview | |
| net.sf.sail.common.persistance.memory | Implementation of PersistanceService that stores everything in RAM. |
| net.sf.sail.core.beans.event | Bean events that are core to SAIL. |
| net.sf.sail.core.beans.service | Provides interfaces for standard services used in SAIL. |
| net.sf.sail.core.session | Management of SAIL sessions. |
| Uses of SessionContext in net.sf.sail.common.apps.preview |
|---|
| Methods in net.sf.sail.common.apps.preview with parameters of type SessionContext | |
|---|---|
AgentService |
PreviewSessionDataService.getPersistenceService(SessionContext sessionContext)
|
| Uses of SessionContext in net.sf.sail.common.persistance.memory |
|---|
| Methods in net.sf.sail.common.persistance.memory with parameters of type SessionContext | |
|---|---|
void |
MemoryPersistenceImpl.dump(SessionContext session,
java.io.PrintStream out)
Dump to out in SSDIF representation. |
| Uses of SessionContext in net.sf.sail.core.beans.event |
|---|
| Constructors in net.sf.sail.core.beans.event with parameters of type SessionContext | |
|---|---|
SessionEvent(SessionContext source,
int id)
|
|
| Uses of SessionContext in net.sf.sail.core.beans.service |
|---|
| Methods in net.sf.sail.core.beans.service with parameters of type SessionContext | |
|---|---|
void |
AgentService.dump(SessionContext session,
java.io.PrintStream out)
|
| Uses of SessionContext in net.sf.sail.core.session |
|---|
| Fields in net.sf.sail.core.session declared as SessionContext | |
|---|---|
(package private) SessionContext |
DefaultSessionService.session
|
| Methods in net.sf.sail.core.session that return SessionContext | |
|---|---|
static SessionContext |
SessionFactory.getBasicSession(SessionConfiguration conf)
|
static SessionContext |
SessionFactory.getLearningSession(SessionConfiguration conf)
|
| Methods in net.sf.sail.core.session with parameters of type SessionContext | |
|---|---|
AgentService |
SessionDataService.getPersistenceService(SessionContext session)
|
| Constructors in net.sf.sail.core.session with parameters of type SessionContext | |
|---|---|
DefaultSessionService(SessionContext session)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||