org.apache.commons.jci.stores
Interface ResourceStore

All Known Implementing Classes:
FileResourceStore, MemoryResourceStore, TransactionalResourceStore

public interface ResourceStore


Method Summary
 byte[] read(java.lang.String resourceName)
           
 void remove(java.lang.String resourceName)
           
 void write(java.lang.String resourceName, byte[] resourceData)
           
 

Method Detail

write

public void write(java.lang.String resourceName,
                  byte[] resourceData)

read

public byte[] read(java.lang.String resourceName)

remove

public void remove(java.lang.String resourceName)


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.