org.objectweb.speedo.query.api
Interface QueryManagerAttribute

All Superinterfaces:
org.objectweb.fractal.api.control.AttributeController
All Known Subinterfaces:
QueryMBean
All Known Implementing Classes:
Query, SpeedoQueryManager

public interface QueryManagerAttribute
extends org.objectweb.fractal.api.control.AttributeController

Is the configurable attributes of the QueryManager component.

Author:
S.Chassande-Barrioz

Method Summary
 boolean getPrefetchActivatedOnExtent()
          Indicates of the prefetching mode on extent
 boolean getPrefetchActivatedOnQuery()
          Indicates of the prefetching mode on query
 void setPrefetchActivatedOnExtent(boolean prefetch)
          Assignes of the prefetching mode on extent
 void setPrefetchActivatedOnQuery(boolean prefetch)
          Assignes of the prefetching mode on query
 

Method Detail

getPrefetchActivatedOnQuery

public boolean getPrefetchActivatedOnQuery()
Indicates of the prefetching mode on query


setPrefetchActivatedOnQuery

public void setPrefetchActivatedOnQuery(boolean prefetch)
Assignes of the prefetching mode on query


getPrefetchActivatedOnExtent

public boolean getPrefetchActivatedOnExtent()
Indicates of the prefetching mode on extent


setPrefetchActivatedOnExtent

public void setPrefetchActivatedOnExtent(boolean prefetch)
Assignes of the prefetching mode on extent