|
|||||||||
| Home >> All >> pinc >> [ scheduler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
pinc.scheduler
Interface IJob

- 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()
|
|||||||||
| Home >> All >> pinc >> [ scheduler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC