com.opensymphony.webwork.util.classloader.stores
Class TransactionalResourceStore
java.lang.Object
com.opensymphony.webwork.util.classloader.stores.TransactionalResourceStore
- All Implemented Interfaces:
- ResourceStore
public abstract class TransactionalResourceStore
- extends Object
- implements ResourceStore
- Author:
- tcurdt
TransactionalResourceStore
public TransactionalResourceStore(ResourceStore pStore)
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