Revision 44443 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/FeatureStore.java

View differences:

FeatureStore.java
1181 1181
    public void createCache(String name, DynObject parameters)
1182 1182
        throws DataException;
1183 1183

  
1184
    @Override
1184 1185
    public FeatureCache getCache();
1185 1186

  
1186 1187
    public boolean isBroken();
1187 1188

  
1188
	public Throwable getBreakingsCause();
1189
    public Throwable getBreakingsCause();
1189 1190

  
1190 1191
    /**
1192
     * Indicates if the storage is temporary.
1193
     * There is no guarantee that a temporary store can be recovered from 
1194
     * its parameters. In general these will not be persistent.
1195
     * 
1196
     * @return true if the store is temporary, otherwise false.
1197
     */
1198
    public boolean isTemporary();
1199
    
1200
    /**
1191 1201
     * @param index
1192 1202
     * @return
1193 1203
     */

Also available in: Unified diff