com.plumtree.server
Class PT_JOB_SETTINGS
java.lang.Object
|
+--com.plumtree.server.PT_JOB_SETTINGS
- public final class PT_JOB_SETTINGS
- extends java.lang.Object
- See Also:
com.plutmree.server.IPTJob
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_JOB_NEXTRUNTIME
public static final int PT_JOB_NEXTRUNTIME
- Date when the job should run next
PT_JOB_LASTRUNTIME
public static final int PT_JOB_LASTRUNTIME
- Date when the job last ran
PT_JOB_LOGLEVEL
public static final int PT_JOB_LOGLEVEL
- The verbosity level of the job log created when the job is run.
PT_JOB_TIMEOUT
public static final int PT_JOB_TIMEOUT
- The maximum amount of time for the job to run. This includes all operations. 0 (the default) indicates the job should run until it is finished. Use with PT_JOB_TIMEOUT_UNITS
PT_JOB_TIMEOUT_UNITS
public static final int PT_JOB_TIMEOUT_UNITS
- Time units for the maximum amount of time for the job to run. Can be PT_SCHEDULETYPE_MINUTELY or PT_SCHEDULETYPE_HOURLY. See PT_JOB_TIMEOUT.
PT_JOB_CONTINUEONERRORS
public static final int PT_JOB_CONTINUEONERRORS
- Zero or One. 0=default. Indicates that the job should ignore an operation failure and attempt to run all operations.
PT_JOB_SETTINGS
public PT_JOB_SETTINGS()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.