|
||||||||||
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.curnit | Provides classes representing the resources of SAIL, organized by curnits. |
net.sf.sail.core.service | |
net.sf.sail.core.service.impl | |
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 |
PreviewSailDataStoreService.getAgentService(SessionContext 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.curnit |
---|
Methods in net.sf.sail.core.curnit with parameters of type SessionContext | |
---|---|
void |
ICurnit.setSessionContext(SessionContext sessionContext)
|
void |
Curnit.setSessionContext(SessionContext sessionContext)
|
Uses of SessionContext in net.sf.sail.core.service |
---|
Methods in net.sf.sail.core.service that return SessionContext | |
---|---|
SessionContext |
SessionContextService.createSessionContext()
|
Methods in net.sf.sail.core.service with parameters of type SessionContext | |
---|---|
AgentService |
SailDataStoreService.getAgentService(SessionContext sessionContext)
|
void |
SessionLifecycleListener.sessionContextCreated(SessionManager manager,
SessionContext context)
|
void |
SessionLifecycleListener.sessionContextIntiated(SessionManager manager,
SessionContext context)
|
void |
SessionLifecycleListener.sessionContextStarted(SessionManager manager,
SessionContext context)
|
void |
SessionLifecycleListener.sessionContextStopped(SessionManager manager,
SessionContext context)
|
Uses of SessionContext in net.sf.sail.core.service.impl |
---|
Methods in net.sf.sail.core.service.impl that return SessionContext | |
---|---|
SessionContext |
SessionContextServiceImpl.createSessionContext()
|
Methods in net.sf.sail.core.service.impl with parameters of type SessionContext | |
---|---|
AgentService |
DelegatingDataService.getPersistenceService(SessionContext session)
|
protected void |
SessionManagerImpl.notifySessionContextCreated(SessionContext context)
|
protected void |
SessionManagerImpl.notifySessionContextInitiated(SessionContext context)
|
protected void |
SessionManagerImpl.notifySessionContextStarted(SessionContext context)
|
void |
SessionLoadMonitor.sessionContextCreated(SessionManager manager,
SessionContext context)
|
void |
SessionLoadMonitor.sessionContextIntiated(SessionManager manager,
SessionContext context)
|
void |
SessionLoadMonitor.sessionContextStarted(SessionManager manager,
SessionContext context)
|
void |
SessionLoadMonitor.sessionContextStopped(SessionManager manager,
SessionContext context)
|
Method parameters in net.sf.sail.core.service.impl with type arguments of type SessionContext | |
---|---|
void |
SessionContextServiceImpl.setSessionContextClass(java.lang.Class<? extends SessionContext> contextClass)
|
Uses of SessionContext in net.sf.sail.core.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 |