Jala 1.2

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
 Date createtime
          The date and time at which this job was created.
 Object data
          The data needed to process this job.
 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, <Object> data)
            Creates a new Job instance.
 
Method Summary
 String getId()
           Returns the Id of the job.

Field Detail

createtime

Date createtime

data

Object data

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, <Object> data)

Method Detail

getId

String getId()

Jala 1.2

Documentation generated by JSDoc on Tue May 29 10:26:15 2007