Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

pinc.scheduler
Interface IJob  view IJob download IJob.java

All Known Implementing Classes:
Job

public interface IJob

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0

Method Summary
 java.lang.String getCommand()
           
 boolean[] getDayIntervall()
           
 byte getDeadLineAction()
           
 int[] getDependentJobs()
           
 long getExecutionTime()
           
 boolean[] getHourIntervall()
           
 byte getJobDependence(int VectorNr)
           
 java.lang.String getMailTo()
           
 int getMaxJobs()
           
 boolean[] getMinuteIntervall()
           
 boolean[] getMonthIntervall()
           
 int getNumber()
           
 java.util.Date getStartTime()
           
 boolean[] getWeekDayIntervall()
           
 

Method Detail

getMailTo

public java.lang.String getMailTo()

getCommand

public java.lang.String getCommand()

getStartTime

public java.util.Date getStartTime()

getMinuteIntervall

public boolean[] getMinuteIntervall()

getHourIntervall

public boolean[] getHourIntervall()

getDayIntervall

public boolean[] getDayIntervall()

getWeekDayIntervall

public boolean[] getWeekDayIntervall()

getMonthIntervall

public boolean[] getMonthIntervall()

getExecutionTime

public long getExecutionTime()

getDeadLineAction

public byte getDeadLineAction()

getMaxJobs

public int getMaxJobs()

getJobDependence

public byte getJobDependence(int VectorNr)

getDependentJobs

public int[] getDependentJobs()

getNumber

public int getNumber()