Uses of Interface
org.codehaus.wadi.AttributesConfig

Packages that use AttributesConfig
org.codehaus.wadi   
org.codehaus.wadi.impl   
 

Uses of AttributesConfig in org.codehaus.wadi
 

Subinterfaces of AttributesConfig in org.codehaus.wadi
 interface DistributableAttributesConfig
          TODO - JavaDoc this type
 

Methods in org.codehaus.wadi with parameters of type AttributesConfig
 Attributes AttributesFactory.create(AttributesConfig config)
           
 

Uses of AttributesConfig in org.codehaus.wadi.impl
 

Classes in org.codehaus.wadi.impl that implement AttributesConfig
 class AbstractReplicableSession
          A DistributableSession enhanced with functionality associated with replication - the frequent 'backing-up' of its content to provide against catastrophic failure.
 class AtomicallyReplicableSession
           
 class DistributableSession
          A Standard Session enhanced with functionality associated with [de]serialisation - necessary to allow the movement of the session from jvm to jvm/storage.
 class PartiallyReplicableSession
           
 class StandardSession
          Our internal representation of any Web Session
 

Fields in org.codehaus.wadi.impl declared as AttributesConfig
protected  AttributesConfig StandardAttributes._config
           
 

Methods in org.codehaus.wadi.impl with parameters of type AttributesConfig
 Attributes DistributableAttributesFactory.create(AttributesConfig config)
           
 Attributes LazyAttributesFactory.create(AttributesConfig config)
           
 Attributes StandardAttributesFactory.create(AttributesConfig config)
           
 

Constructors in org.codehaus.wadi.impl with parameters of type AttributesConfig
DistributableAttributes(AttributesConfig config, Map map)
           
StandardAttributes(AttributesConfig config, Map map)
           
LazyAttributes(AttributesConfig config, Map map)
           
 



Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.