Uses of Interface
org.apache.sandesha.storage.dao.ISandeshaDAO

Packages that use ISandeshaDAO
org.apache.sandesha.storage.dao   
 

Uses of ISandeshaDAO in org.apache.sandesha.storage.dao
 

Classes in org.apache.sandesha.storage.dao that implement ISandeshaDAO
 class SandeshaDatabaseDAO
           
 class SandeshaQueueDAO
           
 

Methods in org.apache.sandesha.storage.dao that return ISandeshaDAO
static ISandeshaDAO SandeshaDAOFactory.getStorageAccessor(int accessor, byte endPoint)