public abstract class JobStartup
extends java.lang.Object
ImmediateJobStartup
,
AsynchronousJobStartup
,
SynchronousJobStartup
,
ScheduledJobStartup
,
SessionJobStartup
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAMETER_ASYNC
Specifies an asynchronous job.
|
static java.lang.String |
PARAMETER_SESSION_ID
Specifies the session ID if a job is part of the session.
|
static java.lang.String |
PARAMETER_START_TIME
Specifies the start time.
|
static java.lang.String |
PARAMETER_TIMEOUT_MILLIS
Specifies the length of time, in milliseconds, to a job's time-out.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.Map<java.lang.String,java.lang.String> |
getRequestParameterMap()
Returns a list of name/value pairs to be passed to the server as part of URL query string.
|
abstract boolean |
isSynchronous()
Returns
true if this startup type is synchronous. |
public static final java.lang.String PARAMETER_ASYNC
public static final java.lang.String PARAMETER_START_TIME
public static final java.lang.String PARAMETER_TIMEOUT_MILLIS
public static final java.lang.String PARAMETER_SESSION_ID
public abstract boolean isSynchronous()
true
if this startup type is synchronous.true
if this startup type is synchronous; otherwise false
.public abstract java.util.Map<java.lang.String,java.lang.String> getRequestParameterMap()