public interface Scheduler
Modifier and Type | Method and Description |
---|---|
String |
getAdaptorName()
Get the name of the adaptor that created this Scheduler.
|
String |
getLocation()
Get the location of this Scheduler.
|
Map<String,String> |
getProperties()
Get the properties used to create this Scheduler.
|
String[] |
getQueueNames()
Get the queue names supported by this Scheduler.
|
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.
|
String getAdaptorName()
String getLocation()
String getScheme()
Map<String,String> getProperties()
String[] getQueueNames()
boolean supportsInteractive()
boolean supportsBatch()
boolean isOnline()