Uses of Class
org.jbpm.pvm.internal.job.MessageImpl

Packages that use MessageImpl
org.jbpm.pvm.internal.job   
org.jbpm.pvm.internal.model.op atomic operations and asynchronous continuation messages 
org.jbpm.pvm.internal.svc   
 

Uses of MessageImpl in org.jbpm.pvm.internal.job
 

Subclasses of MessageImpl in org.jbpm.pvm.internal.job
 class CommandMessage
           
 

Uses of MessageImpl in org.jbpm.pvm.internal.model.op
 

Subclasses of MessageImpl in org.jbpm.pvm.internal.model.op
 class ExecuteActivityMessage
           
 class ExecuteEventListenerMessage
           
 class SignalMessage
           
 class TransitionStartActivityMessage
           
 

Methods in org.jbpm.pvm.internal.model.op that return MessageImpl
 MessageImpl TransitionTake.createAsyncMessage(ExecutionImpl execution)
           
 MessageImpl TransitionEndActivity.createAsyncMessage(ExecutionImpl execution)
           
 MessageImpl MoveToChildActivity.createAsyncMessage(ExecutionImpl execution)
           
 MessageImpl MoveToParentActivity.createAsyncMessage(ExecutionImpl execution)
           
 MessageImpl Signal.createAsyncMessage(ExecutionImpl execution)
           
 MessageImpl TransitionStartActivity.createAsyncMessage(ExecutionImpl execution)
           
 MessageImpl ExecuteActivity.createAsyncMessage(ExecutionImpl execution)
           
 MessageImpl ExecuteEventListener.createAsyncMessage(ExecutionImpl execution)
           
abstract  MessageImpl AtomicOperation.createAsyncMessage(ExecutionImpl execution)
           
 

Uses of MessageImpl in org.jbpm.pvm.internal.svc
 

Subclasses of MessageImpl in org.jbpm.pvm.internal.svc
 class AsyncCommandMessage
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.