org.codehaus.wadi
Interface Store

All Superinterfaces:
Config, StoreMotableConfig
All Known Implementing Classes:
DatabaseStore, DiscStore

public interface Store
extends StoreMotableConfig


Nested Class Summary
static interface Store.Putter
           
 
Method Summary
 void clean()
           
 StoreMotable create()
           
 String getDescription()
           
 String getStartInfo()
           
 void load(Store.Putter putter, boolean accessOnLoad)
           
 
Methods inherited from interface org.codehaus.wadi.StoreMotableConfig
getUseNIO
 

Method Detail

clean

public void clean()

getStartInfo

public String getStartInfo()

getDescription

public String getDescription()

create

public StoreMotable create()

load

public void load(Store.Putter putter,
                 boolean accessOnLoad)


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