org.jbpm.pvm.internal.model.op
Class ExecuteEventListenerMessage

java.lang.Object
  extended by org.jbpm.pvm.internal.job.JobImpl
      extended by org.jbpm.pvm.internal.job.MessageImpl
          extended by org.jbpm.pvm.internal.model.op.ExecuteEventListenerMessage
All Implemented Interfaces:
java.io.Serializable, Command<java.lang.Boolean>, Job, Message

public class ExecuteEventListenerMessage
extends MessageImpl

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.pvm.internal.job.JobImpl
commandDescriptor, configuration, configurationBytes, dbid, dbversion, dueDate, exception, execution, isExclusive, lockExpirationTime, lockOwner, processInstance, retries, state, STATE_ACQUIRED, STATE_ERROR, STATE_SUSPENDED, STATE_WAITING
 
Constructor Summary
ExecuteEventListenerMessage()
           
ExecuteEventListenerMessage(ExecutionImpl execution)
           
 
Method Summary
protected  void executeVoid(Environment environment)
           
 java.lang.Integer getEventObservableParentLevel(ObservableElementImpl eventSource, ObservableElementImpl observableElement)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jbpm.pvm.internal.job.MessageImpl
execute
 
Methods inherited from class org.jbpm.pvm.internal.job.JobImpl
acquire, getCommandDescriptor, getConfiguration, getDbid, getDuedate, getDueDate, getException, getExecution, getId, getLockExpirationTime, getLockOwner, getProcessInstance, getRetries, isExclusive, release, resume, setCommandDescriptor, setConfiguration, setDbid, setDuedate, setDueDate, setException, setExclusive, setExecution, setLockExpirationTime, setLockOwner, setRetries, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbpm.api.job.Job
getDuedate, getDueDate, getException, getExecution, getId, getLockExpirationTime, getLockOwner, getProcessInstance, getRetries, isExclusive
 

Constructor Detail

ExecuteEventListenerMessage

public ExecuteEventListenerMessage()

ExecuteEventListenerMessage

public ExecuteEventListenerMessage(ExecutionImpl execution)
Method Detail

getEventObservableParentLevel

public java.lang.Integer getEventObservableParentLevel(ObservableElementImpl eventSource,
                                                       ObservableElementImpl observableElement)

executeVoid

protected void executeVoid(Environment environment)
                    throws java.lang.Exception
Specified by:
executeVoid in class MessageImpl
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 JBoss Community. All Rights Reserved.