Package org.gvsig.fmap.dal.feature.spi
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
LOGGERFields inherited from interface org.gvsig.tools.resourcesstorage.ResourcesStorage
EMPTY_RESOURCESSTORAGE -
Constructor Summary
ConstructorsConstructorDescriptionCompoundResourcesStorageWithSupportTransactions(org.gvsig.tools.resourcesstorage.ResourcesStorage... storages) -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.dal.DataTransactionvoidsetTransaction(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, toStringMethods inherited from class org.gvsig.tools.dispose.impl.AbstractDisposable
dispose, disposeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods 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:
setTransactionin interfaceorg.gvsig.fmap.dal.SupportTransactions
-
getTransaction
public org.gvsig.fmap.dal.DataTransaction getTransaction()- Specified by:
getTransactionin interfaceorg.gvsig.fmap.dal.SupportTransactions
-