Mantis - Resin
Viewing Issue Advanced Details
154 minor always 05-10-05 00:00 11-30-05 14:44
sam  
 
normal  
closed 3.0.13  
3.0.13 fixed  
none    
none 3.0.14  
0000154: TaskResource for one time execution
RSN-148
Note: similar functionality could be obtained with the implementation of RSN-172 (startup-mode for <resource>) and RSN-173 (startup-mode="asynchronous")

A TaskResource very similar to CronResource http://www.caucho.com/resin-3.0/resource/cron.xtp [^] enables one time asynchronous execution of a task.
  
<work> should accept a jndi-name.

  <resource type="com.caucho.resources.TaskResource">
    <init>
      <work resin:type="example.ProductCache" jndi-name="example/product-cache"/>
    </init>
  </resource>

Notes
(0000184)
ferg   
05-10-05 00:00   
server/1g00