Class CompoundResourcesStorageWithSupportTransactions

java.lang.Object
org.gvsig.tools.dispose.impl.AbstractDisposable
org.gvsig.tools.resourcesstorage.CompoundResourcesStorage
org.gvsig.fmap.dal.feature.spi.CompoundResourcesStorageWithSupportTransactions
All Implemented Interfaces:
Iterable<org.gvsig.tools.resourcesstorage.ResourcesStorage>, org.gvsig.fmap.dal.SupportTransactions, org.gvsig.tools.dispose.Disposable, org.gvsig.tools.resourcesstorage.ResourcesStorage

public class CompoundResourcesStorageWithSupportTransactions extends org.gvsig.tools.resourcesstorage.CompoundResourcesStorage implements org.gvsig.fmap.dal.SupportTransactions
Author:
fdiaz
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gvsig.tools.resourcesstorage.ResourcesStorage

    org.gvsig.tools.resourcesstorage.ResourcesStorage.Resource
  • Field Summary

    Fields inherited from class org.gvsig.tools.resourcesstorage.CompoundResourcesStorage

    LOGGER

    Fields inherited from interface org.gvsig.tools.resourcesstorage.ResourcesStorage

    EMPTY_RESOURCESSTORAGE
  • Constructor Summary

    Constructors
    Constructor
    Description
    CompoundResourcesStorageWithSupportTransactions(org.gvsig.tools.resourcesstorage.ResourcesStorage... storages)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.fmap.dal.DataTransaction
     
    void
    setTransaction(org.gvsig.fmap.dal.DataTransaction transaction)
     

    Methods inherited from class org.gvsig.tools.resourcesstorage.CompoundResourcesStorage

    add, allowRemove, clearCache, doDispose, exists, getLocalizedResource, getLocalizedResources, getResource, getResourceNames, getResources, getSeparator, isEmpty, isReadOnly, iterator, remove, toString

    Methods inherited from class org.gvsig.tools.dispose.impl.AbstractDisposable

    dispose, dispose

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.tools.dispose.Disposable

    dispose

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • CompoundResourcesStorageWithSupportTransactions

      public CompoundResourcesStorageWithSupportTransactions(org.gvsig.tools.resourcesstorage.ResourcesStorage... storages)
  • Method Details

    • setTransaction

      public void setTransaction(org.gvsig.fmap.dal.DataTransaction transaction)
      Specified by:
      setTransaction in interface org.gvsig.fmap.dal.SupportTransactions
    • getTransaction

      public org.gvsig.fmap.dal.DataTransaction getTransaction()
      Specified by:
      getTransaction in interface org.gvsig.fmap.dal.SupportTransactions