net.sf.dc.wf.requests
Class RemoveFromCacheRequest

java.lang.Object
  extended by net.sf.dc.wf.requests.RemoveFromCacheRequest
All Implemented Interfaces:
IRequest

public class RemoveFromCacheRequest
extends java.lang.Object
implements IRequest

Request for removing an item from the cache

Since:
1.4
Version:
1.6
Author:
Robert Jan van der Waals

Constructor Summary
RemoveFromCacheRequest(int module, java.lang.String id)
           
 
Method Summary
 void execute(java.util.Collection objects)
           
 boolean getExecuteOnFail()
           
 void setExecuteOnFail(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveFromCacheRequest

public RemoveFromCacheRequest(int module,
                              java.lang.String id)
Method Detail

execute

public void execute(java.util.Collection objects)
Specified by:
execute in interface IRequest

getExecuteOnFail

public boolean getExecuteOnFail()
Specified by:
getExecuteOnFail in interface IRequest

setExecuteOnFail

public void setExecuteOnFail(boolean b)
Specified by:
setExecuteOnFail in interface IRequest