Interface IPrePostJob

All Superinterfaces:
IJob
All Known Implementing Classes:
MWE2BlackboardWorkflowComponentBridge, MWE2WorkflowComponentBridge

public interface IPrePostJob extends IJob
A job supporting pre and post execute routines.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed after execute().
    void
    Executed prior execute().

    Methods inherited from interface de.uka.ipd.sdq.workflow.jobs.IJob

    cleanup, execute, getName
  • Method Details

    • preExecute

      void preExecute()
      Executed prior execute().
    • postExecute

      void postExecute()
      Executed after execute().