Uses of Interface
org.jbpm.pvm.job.Message

Packages that use Message
org.jbpm.pvm the primary facade interfaces to the process repository, the execution repository and the management functionalities
org.jbpm.pvm.session interfaces to pluggable transactional resources to be used by activity implementations. 
 

Uses of Message in org.jbpm.pvm
 

Methods in org.jbpm.pvm that return types with arguments of type Message
 List<Message> ManagementService.getMessages(int firstResult, int maxResults)
          all the messages which are waiting to be executed.
 

Uses of Message in org.jbpm.pvm.session
 

Methods in org.jbpm.pvm.session that return types with arguments of type Message
 List<Message> PvmDbSession.findMessages(int firstResult, int maxResults)
          timers
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.