|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.wadi.core.session.StandardSessionFactory
org.codehaus.wadi.core.session.DistributableSessionFactory
org.codehaus.wadi.core.session.AtomicallyReplicableSessionFactory
org.codehaus.wadi.web.BasicWebSessionFactory
public class BasicWebSessionFactory
Field Summary | |
---|---|
protected Router |
router
|
protected WebSessionConfig |
webSessionConfig
|
protected WebSessionWrapperFactory |
wrapperFactory
|
Fields inherited from class org.codehaus.wadi.core.session.AtomicallyReplicableSessionFactory |
---|
replicationManager |
Fields inherited from class org.codehaus.wadi.core.session.DistributableSessionFactory |
---|
streamer |
Fields inherited from class org.codehaus.wadi.core.session.StandardSessionFactory |
---|
attributesFactory |
Constructor Summary | |
---|---|
BasicWebSessionFactory(DistributableAttributesFactory attributesFactory,
Streamer streamer,
ReplicationManager replicationManager,
Router router,
WebSessionWrapperFactory wrapperFactory)
|
Method Summary | |
---|---|
Session |
create()
|
WebSessionConfig |
getWebSessionConfig()
|
Methods inherited from class org.codehaus.wadi.core.session.DistributableSessionFactory |
---|
getDistributableAttributesFactory |
Methods inherited from class org.codehaus.wadi.core.session.StandardSessionFactory |
---|
getManager, newAttributes, setManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.wadi.core.session.SessionFactory |
---|
setManager |
Field Detail |
---|
protected final WebSessionConfig webSessionConfig
protected final Router router
protected final WebSessionWrapperFactory wrapperFactory
Constructor Detail |
---|
public BasicWebSessionFactory(DistributableAttributesFactory attributesFactory, Streamer streamer, ReplicationManager replicationManager, Router router, WebSessionWrapperFactory wrapperFactory)
Method Detail |
---|
public WebSessionConfig getWebSessionConfig()
getWebSessionConfig
in interface WebSessionFactory
public Session create()
create
in interface SessionFactory
create
in class AtomicallyReplicableSessionFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |