@ParametersAreNonnullByDefault public final class InvalidBackend extends InvalidDataMapper implements Backend
Backend that throws an UnsupportedOperationException at each call.e| Constructor and Description | 
|---|
| InvalidBackend(String reason)Constructs a new  InvalidBackendwith the reason that explain why it is invalid. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | copyTo(DataMapper target) | 
| boolean | isDistributed()Returns  trueif the back-end is distributed. | 
| boolean | isPersistent()Returns  trueif the back-end is stored in a local database. | 
addAllReferences, addAllValues, addReference, addValue, allInstancesOf, allInstancesOf, allReferencesOf, allValuesOf, appendAllReferences, appendAllValues, appendReference, appendValue, close, containerFor, containerOf, metaClassFor, metaClassOf, referenceFor, referenceFor, referenceOf, referenceOf, removeAllReferences, removeAllValues, removeContainer, removeReference, removeReference, removeValue, removeValue, save, sizeOfReference, sizeOfValue, valueFor, valueFor, valueOf, valueOfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainerFor, containerOf, removeContainerallInstancesOf, allInstancesOf, metaClassFor, metaClassOfaddAllValues, addValue, allValuesOf, appendAllValues, appendValue, removeAllValues, removeValue, sizeOfValue, valueFor, valueOfremoveValue, valueFor, valueOfaddAllReferences, addReference, allReferencesOf, appendAllReferences, appendReference, referenceFor, referenceOf, removeAllReferences, removeReference, sizeOfReferencereferenceFor, referenceOf, removeReferencepublic InvalidBackend(String reason)
InvalidBackend with the reason that explain why it is invalid.reason - the reason that explain why this backend is invalidpublic boolean isPersistent()
Backendtrue if the back-end is stored in a local database.isPersistent in interface Backendtrue if the back-end is stored in a local database.public boolean isDistributed()
Backendtrue if the back-end is distributed.isDistributed in interface Backendtrue if the back-end is distributed.public void copyTo(DataMapper target)
copyTo in interface Copiable<DataMapper>copyTo in class InvalidDataMapperCopyright © 2013–2019 Atlanmod. All rights reserved.