org.codehaus.wadi
Interface DiscMotableConfig

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

public interface DiscMotableConfig
extends StoreMotableConfig


Method Summary
 File getDirectory()
           
 boolean getReusingStore()
           
 String getSuffix()
           
 void put(ByteBuffer buffer)
           
 ByteBuffer take(int size)
           
 
Methods inherited from interface org.codehaus.wadi.StoreMotableConfig
getUseNIO
 

Method Detail

getDirectory

public File getDirectory()

getSuffix

public String getSuffix()

take

public ByteBuffer take(int size)

put

public void put(ByteBuffer buffer)

getReusingStore

public boolean getReusingStore()


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