Revision 36205

View differences:

branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/FeatureStore.java
532 532
     * by using the data of the given attribute. This method will return without
533 533
     * waiting for the index to be filled, as that will be performed in
534 534
     * background. An optional {@link Observer} parameter is provided to be
535
     * notified ( {@link FeatureStoreNotification#INDEX_FILLED} ) when the index
536
     * has finished filling with data and is available to be used.
535
     * notified ( {@link FeatureStoreNotification#INDEX_FILLED_SUCCESSFULLY} )
536
     * when the index has finished filling with data and is available to be
537
     * used.
537 538
     * 
538 539
     * @param featureType
539 540
     *            The FeatureType to which the indexed attribute belongs.
......
547 548
     * @param observer
548 549
     *            to notify to when the created index has finished filling
549 550
     *            with data and is available to be used. The observer will
550
     *            receive then a {@link FeatureStoreNotification#INDEX_FILLED}
551
     *            receive then a
552
     *            {@link FeatureStoreNotification#INDEX_FILLED_SUCCESSFULLY}
551 553
     *            notification, with the index object if it has finished
552
     *            successfully, or with the exception object if there has been
554
     *            successfully, or a
555
     *            {@link FeatureStoreNotification#INDEX_FILLING_ERROR}
556
     *            notification with the exception object if there has been
553 557
     *            any error in the process. Optional.
554 558
     * 
555 559
     * @return the resulting {@link FeatureIndex}
556 560
     * 
557
     * @see FeatureStoreNotification#INDEX_FILLED
561
     * @see FeatureStoreNotification#INDEX_FILLED_SUCCESSFULLY
562
     * @see FeatureStoreNotification#INDEX_FILLING_ERROR
558 563
     * 
559 564
     * @throws FeatureIndexException
560 565
     *             if there is an error creating the index
......
568 573
     * by using the data of the given attribute. This method will return without
569 574
     * waiting for the index to be filled, as that will be performed in
570 575
     * background. An optional {@link Observer} parameter is provided to be
571
     * notified ( {@link FeatureStoreNotification#INDEX_FILLED} ) when the index
572
     * has finished filling with data and is available to be used.
576
     * notified ( {@link FeatureStoreNotification#INDEX_FILLED_SUCCESSFULLY} )
577
     * when the index has finished filling with data and is available to be
578
     * used.
573 579
     * 
574 580
     * @param indexTypeName
575 581
     *            the type of the index to be created. That name is
......
586 592
     * @param observer
587 593
     *            to notify to when the created index has finished filling
588 594
     *            with data and is available to be used. The observer will
589
     *            receive then a {@link FeatureStoreNotification#INDEX_FILLED}
595
     *            receive then a
596
     *            {@link FeatureStoreNotification#INDEX_FILLED_SUCCESSFULLY}
590 597
     *            notification, with the index object if it has finished
591
     *            successfully, or with the exception object if there has been
598
     *            successfully, or a
599
     *            {@link FeatureStoreNotification#INDEX_FILLING_ERROR}
600
     *            notification with the exception object if there has been
592 601
     *            any error in the process. Optional.
593 602
     * 
594 603
     * @return the resulting {@link FeatureIndex}
595 604
     * 
596
     * @see FeatureStoreNotification#INDEX_FILLED
605
     * @see FeatureStoreNotification#INDEX_FILLED_SUCCESSFULLY
606
     * @see FeatureStoreNotification#INDEX_FILLING_ERROR
597 607
     * 
598 608
     * @throws FeatureIndexException
599 609
     *             if there is an error creating the index

Also available in: Unified diff