|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.services.jbpm.integration.command.JobListener
public class JobListener
Based on the jBPM enterprise code, this class handles specialisation associated with job and timer executor.
Field Summary | |
---|---|
protected org.apache.log4j.Logger |
log
The logger for this class. |
Constructor Summary | |
---|---|
JobListener()
|
Method Summary | |
---|---|
protected org.jbpm.command.Command |
extractCommand(javax.jms.Message message)
Extract a job or timer reference from the message. |
void |
onMessage(javax.jms.Message message)
Handle the delivery of a job message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.apache.log4j.Logger log
Constructor Detail |
---|
public JobListener()
Method Detail |
---|
protected org.jbpm.command.Command extractCommand(javax.jms.Message message) throws javax.jms.JMSException
message
- The message containing the job or timer reference.
javax.jms.JMSException
- For errors during extraction.public void onMessage(javax.jms.Message message)
onMessage
in interface javax.jms.MessageListener
message
- the JMS message containing the job.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |