public interface Scheduler
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdaptorName()
Get the name of the adaptor that created this Scheduler.
|
java.lang.String |
getLocation()
Get the location of this Scheduler.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Get the properties used to create this Scheduler.
|
java.lang.String[] |
getQueueNames()
Get the queue names supported by this Scheduler.
|
java.lang.String |
getScheme()
Get the scheme used to access the Scheduler.
|
boolean |
isOnline()
Is this an online scheduler ?
Online schedulers need to remain active for their jobs to run.
|
boolean |
supportsBatch()
Does this Scheduler support the submission of batch jobs ?
For batch jobs the standard streams of the jobs are redirected from / to files.
|
boolean |
supportsInteractive()
Does this Scheduler supports the submission of interactive jobs ?
For interactive jobs the standard streams of the job must be handled by the submitting process.
|
java.lang.String getAdaptorName()
java.lang.String getLocation()
java.lang.String getScheme()
java.util.Map<java.lang.String,java.lang.String> getProperties()
java.lang.String[] getQueueNames()
boolean supportsInteractive()
boolean supportsBatch()
boolean isOnline()