public interface SchedulerESPJobExecutionContext
SchedulerESPJob
has access to when being executed within a Cumulus Scheduler server application.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_QUARTZ_CONTEXT |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getAdditionalData()
Returns a map with additional data for this context.
|
java.util.Collection<java.lang.String> |
getCatalogNames()
Returns the list of catalog names to work on if
useAllCatalogs() returned false. |
java.lang.String |
getJobName()
Returns the name of the scheduler job.
|
java.lang.Object |
getServer()
Returns the preferences server.
|
java.util.Map |
getServerMap()
Returns a map of servers configured for this scheduler server.
|
boolean |
useAllCatalogs()
Deprecated.
This method now always returns false and you should always use the catalog list returns by
getCatalogNames() |
static final java.lang.String KEY_QUARTZ_CONTEXT
java.util.Map getAdditionalData()
KEY_QUARTZ_CONTEXT
.java.lang.Object getServer()
Server
.Server
java.util.Map getServerMap()
@Deprecated boolean useAllCatalogs()
getCatalogNames()
java.util.Collection<java.lang.String> getCatalogNames()
useAllCatalogs()
returned false.java.lang.String getJobName()
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.