org.codehaus.wadi.core.store
Interface Store

All Known Implementing Classes:
DatabaseStore, DiscStore

public interface Store

Version:
$Revision: 2293 $
Author:
Jules Gosnell

Nested Class Summary
static interface Store.Putter
           
 
Method Summary
 void clean()
           
 Motable create()
           
 void delete(Motable motable)
           
 void insert(Motable motable)
           
 void load(Store.Putter putter)
           
 byte[] loadBody(Motable motable)
           
 void update(Motable motable)
           
 

Method Detail

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.