org.codehaus.wadi.core.store
Interface Store
- All Known Implementing Classes:
- DatabaseStore, DiscStore
public interface Store
- Version:
- $Revision: 2293 $
- Author:
- Jules Gosnell
clean
void clean()
create
Motable create()
load
void load(Store.Putter putter)
insert
void insert(Motable motable)
throws java.lang.Exception
- Throws:
java.lang.Exception
update
void update(Motable motable)
throws java.lang.Exception
- Throws:
java.lang.Exception
delete
void delete(Motable motable)
loadBody
byte[] loadBody(Motable motable)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2011. All Rights Reserved.