コード例 #1
0
 /**
  * Set the DAO connection factory. The DAO is used by the BPEL engine to persist information about
  * active processes.
  *
  * @param daoCF {@link BpelDAOConnectionFactory} implementation.
  */
 public void setDaoConnectionFactory(BpelDAOConnectionFactory daoCF) throws BpelEngineException {
   _contexts.dao = daoCF;
 }