Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.language.model
Class DdsModelLpexAdapter.ParseDdsModelJob

java.lang.Object
  extended by Job
      extended by com.ibm.etools.iseries.edit.language.model.DdsModelLpexAdapter.ParseDdsModelJob
Enclosing class:
DdsModelLpexAdapter

public class DdsModelLpexAdapter.ParseDdsModelJob
extends Job

Asynchronously reparse the DDS file and refresh the outline view This job belongs to the family of jobs that parse the DDS model for this editor.


Constructor Summary
DdsModelLpexAdapter.ParseDdsModelJob()
          Default constructor
 
Method Summary
 boolean belongsTo(Object family)
           
 boolean isYoungerThan(long timestamp)
          Return true if this job was created after the given timestamp
 IStatus run(IProgressMonitor monitor)
          Actually do the parsing and the fix up the range of elements whose sequence numbers may no longer be in order
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DdsModelLpexAdapter.ParseDdsModelJob

public DdsModelLpexAdapter.ParseDdsModelJob()
Default constructor

Method Detail

isYoungerThan

public boolean isYoungerThan(long timestamp)
Return true if this job was created after the given timestamp


run

public IStatus run(IProgressMonitor monitor)
Actually do the parsing and the fix up the range of elements whose sequence numbers may no longer be in order


belongsTo

public boolean belongsTo(Object family)

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.