| 
 | Jala 1.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--jala.IndexManager.Job
   
Instances of this class represent a single index
 manipulation job to be processed by the index manager.
 
Defined in IndexManager.js
See:
| Field Summary | |
|  Object | callbackThe data needed to process this job. | 
|  Date | createtimeThe date and time at which this job was created. | 
|  Number | errorsAn internal error counter which is increased whenever processing the job failed. | 
|  Number | typeThe type of the job | 
| <static>  <final> Number | ADDConstant defining an add job | 
| <static>  <final> Number | OPTIMIZEConstant defining an optimizing job | 
| <static>  <final> Number | REMOVEConstant defining a removal job | 
| Constructor Summary | |
| 
	 
	    jala.IndexManager.Job 
	 
	 (<Number> type, callback)
      Creates a new Job instance. | |
| Field Detail | 
Object callback
Date createtime
Number errors
Number type
<static> <final> Number ADD
<static> <final> Number OPTIMIZE
<static> <final> Number REMOVE
| Constructor Detail | 
jala.IndexManager.Job(<Number> type, callback)
type -  The type of job, which can be either  jala.IndexManager.Job.ADD, jala.IndexManager.Job.REMOVE  or jala.IndexManager.Job.OPTIMIZE.  
     id -  The Id of the job  
     data -  The data needed to process the job.  
     | 
 | Jala 1.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||