Interface | Description |
---|---|
ISchedulerService |
A service interface used for exposing scheduling capabilities as JAXWS or other endpoints.
|
ParamValue |
Marker interface for legal job parameter values for use in
ISchedulerService |
Class | Description |
---|---|
DefaultSchedulerService |
The default implementation of the
ISchedulerService which acts as a proxy to the IScheduler |
JaxBSafeMap | |
JaxBSafeMap.JaxBSafeEntry | |
JobAdapter |
Handles the sending of
Job objects over JAXWS webservices by utilizing JobAdapter.JaxbSafeJob as a transport
type. |
JobAdapter.JaxbSafeJob | |
JobParamsAdapter |
Converts a Map
ISchedulerService job parameters to a JAXB marshallable type
and back. |
ListParamValue | |
MapParamValue | |
StringParamValue |