org.jbpm.pvm.internal.job
Class CommandMessage

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.job.CommandMessage
All Implemented Interfaces:
java.io.Serializable, Command<java.lang.Boolean>, Job, Message

public class CommandMessage
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
CommandMessage()
           
CommandMessage(Command<?> command)
           
CommandMessage(Descriptor commandDescriptor)
          Deprecated. 
 
Method Summary
protected  void executeVoid(Environment environment)
           
 
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, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.api.job.Job
getDuedate, getDueDate, getException, getExecution, getId, getLockExpirationTime, getLockOwner, getProcessInstance, getRetries, isExclusive
 

Constructor Detail

CommandMessage

public CommandMessage()

CommandMessage

@Deprecated
public CommandMessage(Descriptor commandDescriptor)
Deprecated. 


CommandMessage

public CommandMessage(Command<?> command)
Method Detail

executeVoid

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


Copyright © 2010 JBoss Community. All Rights Reserved.