Revision 47215

View differences:

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/DataTransaction.java
51 51
    
52 52
    public void add(DataStore store) throws DataException;
53 53
    
54
    /**
55
     * Add store to transaction. 
56
     * If local is true, the store will be disposed at finish transaction
57
     */
54 58
    public void add(DataStore store, boolean local) throws DataException;
55 59

  
56 60
    public void add(DataServerExplorer explorer) throws DataException;
......
68 72
    public void add(DataStore store, String id, boolean local);
69 73

  
70 74
    public void remove(DataStore store) throws DataException;
71
    
75

  
72 76
    public void remove(DataServerExplorer serverExplorer);
73 77
    
74 78
    public boolean isInProgress();

Also available in: Unified diff