com.opensymphony.webwork.util.classloader.stores
Class TransactionalResourceStore

java.lang.Object
  extended by com.opensymphony.webwork.util.classloader.stores.TransactionalResourceStore
All Implemented Interfaces:
ResourceStore

public abstract class TransactionalResourceStore
extends Object
implements ResourceStore

Author:
tcurdt

Constructor Summary
TransactionalResourceStore(ResourceStore pStore)
           
 
Method Summary
abstract  void onStart()
           
abstract  void onStop()
           
 byte[] read(String resourceName)
           
 void remove(String resourceName)
           
 String toString()
           
 void write(String resourceName, byte[] resourceData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionalResourceStore

public TransactionalResourceStore(ResourceStore pStore)
Method Detail

onStart

public abstract void onStart()

onStop

public abstract void onStop()

read

public byte[] read(String resourceName)
Specified by:
read in interface ResourceStore

remove

public void remove(String resourceName)
Specified by:
remove in interface ResourceStore

write

public void write(String resourceName,
                  byte[] resourceData)
Specified by:
write in interface ResourceStore

toString

public String toString()
Overrides:
toString in class Object

WebWork Project Page