Revision 36359 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/spi/index/FeatureIndexProviderServices.java

View differences:

FeatureIndexProviderServices.java
123 123
     *            status to set the index to
124 124
     */
125 125
    public void setValid(boolean valid);
126

  
127
    /**
128
     * If the index is in the process of being filled by a background task,
129
     * synchronize this method or add some mechanism for external callers to
130
     * block on it.
131
     */
132
    public void waitForIndex();
126 133
}

Also available in: Unified diff