Class LocalTransaction

java.lang.Object
org.gvsig.fmap.dal.feature.spi.LocalTransaction

public class LocalTransaction extends Object
Author:
fdiaz
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
  • Constructor Details

    • LocalTransaction

      public LocalTransaction(org.gvsig.fmap.dal.DataManager dataManager, org.gvsig.fmap.dal.DataTransaction... transaction)
  • Method Details

    • add

      public void add(org.gvsig.fmap.dal.DataStore store) throws org.gvsig.fmap.dal.exception.DataException
      Throws:
      org.gvsig.fmap.dal.exception.DataException
    • add

      public void add(org.gvsig.fmap.dal.DataServerExplorer explorer) throws org.gvsig.fmap.dal.exception.DataException
      Throws:
      org.gvsig.fmap.dal.exception.DataException
    • add

      public void add(Object obj) throws org.gvsig.fmap.dal.exception.DataException
      Throws:
      org.gvsig.fmap.dal.exception.DataException
    • begin

      public void begin() throws org.gvsig.fmap.dal.exception.DataException
      Throws:
      org.gvsig.fmap.dal.exception.DataException
    • commit

      public void commit() throws org.gvsig.fmap.dal.exception.DataException
      Throws:
      org.gvsig.fmap.dal.exception.DataException
    • close

      public void close() throws Exception
      Throws:
      Exception
    • closeQuietly

      public void closeQuietly()
    • abortQuietly

      public void abortQuietly()
    • isLocal

      public boolean isLocal()
    • setKeepEditingMode

      public void setKeepEditingMode(org.gvsig.fmap.dal.DataStore store, boolean keep)