org.codehaus.wadi
Interface StoreMotable

All Superinterfaces:
Evictable, Motable
All Known Implementing Classes:
DatabaseMotable, DiscMotable

public interface StoreMotable
extends Motable


Method Summary
 void init(StoreMotableConfig config)
           
 void init(StoreMotableConfig config, String name)
           
 
Methods inherited from interface org.codehaus.wadi.Motable
copy, getBodyAsByteArray, getBodyAsByteBuffer, getName, init, mote, setBodyAsByteArray, setBodyAsByteBuffer
 
Methods inherited from interface org.codehaus.wadi.Evictable
checkTimeframe, copy, destroy, getCreationTime, getLastAccessedTime, getMaxInactiveInterval, getTimedOut, getTimeToLive, init, isNew, mote, setLastAccessedTime, setMaxInactiveInterval
 

Method Detail

init

public void init(StoreMotableConfig config)

init

public void init(StoreMotableConfig config,
                 String name)
          throws Exception
Throws:
Exception


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