org.ow2.bonita.pvm.internal.job
Class MessageImpl<T>

java.lang.Object
  extended by org.ow2.bonita.pvm.internal.job.JobImpl<T>
      extended by org.ow2.bonita.pvm.internal.job.MessageImpl<T>
All Implemented Interfaces:
java.io.Serializable, Command<T>, Job, Message
Direct Known Subclasses:
AsyncCommandMessage, CommandMessage, ExecuteNodeMessage, ProceedToDestinationMessage, SignalMessage, TakeTransitionMessage

public abstract class MessageImpl<T>
extends JobImpl<T>
implements Message

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.bonita.pvm.internal.job.JobImpl
commandDescriptor, dbid, dbversion, dueDate, exception, execution, isExclusive, isSuspended, lockExpirationTime, lockOwner, processInstance, retries
 
Constructor Summary
MessageImpl()
           
MessageImpl(ExecutionImpl execution)
           
 
Method Summary
 java.lang.String toString()
           
protected  void unlockExecution()
           
 
Methods inherited from class org.ow2.bonita.pvm.internal.job.JobImpl
getCommandDescriptor, getDbid, getDueDate, getException, getExecution, getLockExpirationTime, getLockOwner, getProcessInstance, getRetries, isExclusive, isSuspended, setCommandDescriptor, setDbid, setDueDate, setException, setExclusive, setExecution, setLockExpirationTime, setLockOwner, setRetries, setSuspended
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.bonita.pvm.job.Job
getDbid, getDueDate, getException, getExecution, getLockExpirationTime, getLockOwner, getProcessInstance, getRetries, isExclusive, isSuspended
 
Methods inherited from interface org.ow2.bonita.pvm.internal.cmd.Command
execute
 

Constructor Detail

MessageImpl

public MessageImpl()

MessageImpl

public MessageImpl(ExecutionImpl execution)
Method Detail

toString

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

unlockExecution

protected void unlockExecution()


Copyright © 2009 OW2 Consortium. All Rights Reserved.