Uses of Interface
org.objectweb.speedo.query.api.QueryManagerAttribute

Packages that use QueryManagerAttribute
org.objectweb.speedo.jmx.mbeans   
org.objectweb.speedo.query.ejb   
org.objectweb.speedo.query.jdo   
org.objectweb.speedo.query.lib   
 

Uses of QueryManagerAttribute in org.objectweb.speedo.jmx.mbeans
 

Subinterfaces of QueryManagerAttribute in org.objectweb.speedo.jmx.mbeans
 interface QueryMBean
          Defines the MBean view aggregating attributes about the management of queries
 

Classes in org.objectweb.speedo.jmx.mbeans that implement QueryManagerAttribute
 class Query
           
 

Constructors in org.objectweb.speedo.jmx.mbeans with parameters of type QueryManagerAttribute
Query(CacheAttributeController ca, UnbindManager um, CacheManager cm, QueryManagerAttribute qma)
           
 

Uses of QueryManagerAttribute in org.objectweb.speedo.query.ejb
 

Classes in org.objectweb.speedo.query.ejb that implement QueryManagerAttribute
 class EJBQueryManager
           
 

Uses of QueryManagerAttribute in org.objectweb.speedo.query.jdo
 

Classes in org.objectweb.speedo.query.jdo that implement QueryManagerAttribute
 class JDOQueryManager
          Is the JDO personality of the SpeedoQueryManager.
 

Uses of QueryManagerAttribute in org.objectweb.speedo.query.lib
 

Classes in org.objectweb.speedo.query.lib that implement QueryManagerAttribute
 class SpeedoQueryManager
          SpeedoQueryManager manages the association between SpeedoQuery and the the compiled query: SpeedoCompiledQuery.