Jala 1.3

Class jala.IndexManager.Job

Object
   |
   +--jala.IndexManager.Job

class 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 callback
          The data needed to process this job.
 Date createtime
          The date and time at which this job was created.
 Number errors
          An internal error counter which is increased whenever processing the job failed.
 Number type
          The type of the job
<static>  <final> Number ADD
          Constant defining an add job
<static>  <final> Number OPTIMIZE
          Constant defining an optimizing job
<static>  <final> Number REMOVE
          Constant defining a removal job
 
Constructor Summary
jala.IndexManager.Job (<Number> type, callback)
            Creates a new Job instance.
 

Field Detail

callback

Object callback

createtime

Date createtime

errors

Number errors

type

Number type

ADD

<static> <final> Number ADD

OPTIMIZE

<static> <final> Number OPTIMIZE

REMOVE

<static> <final> Number REMOVE

Constructor Detail

jala.IndexManager.Job

jala.IndexManager.Job(<Number> type, callback)

Jala 1.3

Documentation generated by JSDoc on Tue Jan 8 15:45:31 2008