org.apache.agila.impl.jdbc
Class BusinessProcessServiceImpl

java.lang.Object
  extended by org.apache.agila.services.AbstractBusinessProcessService
      extended by org.apache.agila.impl.dao.BusinessProcessServiceImpl
          extended by org.apache.agila.impl.jdbc.BusinessProcessServiceImpl
All Implemented Interfaces:
BusinessProcessService

public class BusinessProcessServiceImpl
extends BusinessProcessServiceImpl

In-memory implemetation of the BusinessProcessService. Just keeps the process graphs in a map

Version:
$Id: $
Author:
Geir Magnusson Jr.

Constructor Summary
BusinessProcessServiceImpl()
           
 
Method Summary
 
Methods inherited from class org.apache.agila.impl.dao.BusinessProcessServiceImpl
internalAddGraph, internalGetAllProcessGraphs, internalGetByID, internalGetIDByName
 
Methods inherited from class org.apache.agila.services.AbstractBusinessProcessService
addGraph, addGraph, getCurrentProcessInfos, getGraphByID, getGraphIDByName, getInfoByID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessProcessServiceImpl

public BusinessProcessServiceImpl()


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.