Validation Queue
The Validation Queue is the queue for the 'validation framework'. The validation framework is provided for a specific group of problems described as follows:
You can see this system in action in Expresso's registration system
in: com.jcorporate.expresso.services.controller.Registration
The following fields are used for validation queues:
| Field Name | Description |
|---|---|
| Job entry number | A serial number is automatically assigned to each validation entry as it is created |
| Status Code |
|
| Added On | The date and time the job was intitially requested |
| Expires At | When the validation entry is no longer valid |
| Processed On | When the validation entry was processed |
| Processed By | The username who processed the validation entry |
| Validation Security Code | A random number to give security to the URL |
| Validation Handler Class | A class which extends com.jcorporate.expresso.services.validation.ValidationHandler |