public class JMXInvokerJob extends Object implements Job
The required parameters are as follows (case doesn't matter):
i - is for int
l - is for long
f - is for float
d - is for double
s - is for String
b - is for boolean
For ilfdb use lower for native type and upper for object wrapper. The name portion of the definition is the name of the parameter holding the string value. (ie s:fname,s:lname would require 2 parameters of the name fname and lname and would be passed in that order to the method.
Constructor and Description |
---|
JMXInvokerJob() |
Modifier and Type | Method and Description |
---|---|
void |
execute(JobExecutionContext context)
|
protected org.slf4j.Logger |
getLog() |
public void execute(JobExecutionContext context) throws JobExecutionException
Job
Called by the
when a Scheduler
fires that is associated with the Trigger
Job
.
The implementation may wish to set a
result
object on the
JobExecutionContext
before this method exits. The result itself
is meaningless to Quartz, but may be informative to
or
JobListener
s
that are watching the job's
execution.
TriggerListener
s
execute
in interface Job
JobExecutionException
- if there is an exception while executing the job.protected org.slf4j.Logger getLog()
Copyright 2001-2019, Terracotta, Inc.