Uses of Interface
org.codehaus.wadi.StoreMotableConfig

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

Uses of StoreMotableConfig in org.codehaus.wadi
 

Subinterfaces of StoreMotableConfig in org.codehaus.wadi
 interface DatabaseMotableConfig
           
 interface DiscMotableConfig
           
 interface Store
           
 

Methods in org.codehaus.wadi with parameters of type StoreMotableConfig
 void StoreMotable.init(StoreMotableConfig config)
           
 void StoreMotable.init(StoreMotableConfig config, String name)
           
 

Uses of StoreMotableConfig in org.codehaus.wadi.impl
 

Classes in org.codehaus.wadi.impl that implement StoreMotableConfig
 class DatabaseStore
           
 class DiscStore
           
 

Methods in org.codehaus.wadi.impl with parameters of type StoreMotableConfig
 void DatabaseMotable.init(StoreMotableConfig config)
           
 void DatabaseMotable.init(StoreMotableConfig config, String name)
           
 void DiscMotable.init(StoreMotableConfig config)
           
 void DiscMotable.init(StoreMotableConfig config, String name)
           
 



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