Uses of Interface
org.jbpm.pvm.client.ClientExecution

Packages that use ClientExecution
org.jbpm.pvm.client for clients that want direct programmatic access to the execution object like e.g. in unit tests. 
org.jbpm.pvm.session interfaces to pluggable transactional resources to be used by activity implementations. 
 

Uses of ClientExecution in org.jbpm.pvm.client
 

Subinterfaces of ClientExecution in org.jbpm.pvm.client
 interface ClientProcessInstance
           
 

Uses of ClientExecution in org.jbpm.pvm.session
 

Methods in org.jbpm.pvm.session that return ClientExecution
 ClientExecution PvmDbSession.findExecutionById(String executionId)
          the execution uniquely identified by the given executionKey.
 



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