Type | Changes | By |
---|
| Addition of a new JMX method: shutdownNow. If it is called, then the batch stop immediately: the running tasks are stopped abruptly and the submitted tasks are discarded. | jberteche |
| The capacity of the blocking queue (that contains the tasks before to be executed) can now been specified to prevents OutOfMemory errors.
When this capacity is reached the batch waits automaticaly for space before to offer a new task to the executor. | jberteche |
| Correction of the JMX restart method (the stop method wa
s called instead :-/) | jberteche |
| The start method of the IBatch interface has been removed (no utility). | jberteche |
| Addition of the method "isRunning" to the ITaskExecutor interface: the batch can now check the running state of the executor before to process the task.
Moreover the method "execute" don't throws anymore a BatchException: if the executor has been shutdown, the method just returns false. | jberteche |
Release 1.0.0 - 2006-08-17
Type | Changes | By |
---|
| First release including base features: one-shot execution, scheduling, JMX management. | jberteche |