Uses of Class
org.apache.agila.dao.jdbc.InstanceException

Packages that use InstanceException
org.apache.agila.dao   
org.apache.agila.dao.jdbc   
 

Uses of InstanceException in org.apache.agila.dao
 

Methods in org.apache.agila.dao that throw InstanceException
 Instance InstanceDAO.getInstanceByID(InstanceID id)
           
 InstanceServiceInfo InstanceDAO.getInstanceServiceInfo()
           
 java.util.List InstanceDAO.listInstanceInfo()
           
 Instance InstanceDAO.newInstance(BusinessProcessID processID, java.util.Map params)
           
 void InstanceDAO.saveInstance(Instance instance)
           
 

Uses of InstanceException in org.apache.agila.dao.jdbc
 

Methods in org.apache.agila.dao.jdbc that throw InstanceException
 Instance InstanceDAOJdbc.getInstanceByID(InstanceID id)
           
 InstanceServiceInfo InstanceDAOJdbc.getInstanceServiceInfo()
           
 java.util.List InstanceDAOJdbc.listInstanceInfo()
           
 Instance InstanceDAOJdbc.newInstance(BusinessProcessID processID, java.util.Map params)
           
 void InstanceDAOJdbc.saveInstance(Instance instance)
           
 



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