|
|||||||||
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.CommandListener
public class CommandListener
Based on the jBPM enterprise code, this class handles specialisation associated with the command executor.
Field Summary | |
---|---|
protected org.apache.log4j.Logger |
log
The logger for this class. |
Constructor Summary | |
---|---|
CommandListener()
|
Method Summary | |
---|---|
protected org.jbpm.command.Command |
extractCommand(javax.jms.Message message)
Extract a serialized jBPM command object 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 CommandListener()
Method Detail |
---|
protected org.jbpm.command.Command extractCommand(javax.jms.Message message) throws javax.jms.JMSException
message
- The message containing the command object.
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 |