Uses of Interface
org.somda.sdc.biceps.common.access.MdibAccess
-
Packages that use MdibAccess Package Description org.somda.sdc.biceps.common.access MDIB read access functionality that is shared between the MDIB provider and consumer sides.org.somda.sdc.biceps.common.access.helper Helpers for access classes.org.somda.sdc.biceps.common.event Common event-related objects of the BICEPS package.org.somda.sdc.biceps.consumer.access MDIB access implementation for the MDIB consumer side.org.somda.sdc.biceps.provider.access MDIB access implementation for the MDIB provider side. -
-
Uses of MdibAccess in org.somda.sdc.biceps.common.access
Subinterfaces of MdibAccess in org.somda.sdc.biceps.common.access Modifier and Type Interface Description interfaceReadTransactionDefinition of an auto-closeable interface that allows to invoke read functions without getting distracted by write calls.Classes in org.somda.sdc.biceps.common.access that implement MdibAccess Modifier and Type Class Description classReadTransactionImplDefault implementation of ReadTransaction. -
Uses of MdibAccess in org.somda.sdc.biceps.common.access.helper
Constructors in org.somda.sdc.biceps.common.access.helper with parameters of type MdibAccess Constructor Description WriteUtil(org.slf4j.Logger logger, Distributor eventDistributor, MdibStoragePreprocessingChain mdibAccessPreprocessing, ReentrantReadWriteLock readWriteLock, MdibAccess mdibAccess)Constructor that accepts the dependencies in order to properly process write operations. -
Uses of MdibAccess in org.somda.sdc.biceps.common.event
Methods in org.somda.sdc.biceps.common.event that return MdibAccess Modifier and Type Method Description MdibAccessAbstractMdibAccessMessage. getMdibAccess()Methods in org.somda.sdc.biceps.common.event with parameters of type MdibAccess Modifier and Type Method Description voidDistributor. sendDescriptionModificationEvent(MdibAccess mdibAccess, List<MdibEntity> insertedEntities, List<MdibEntity> updatedEntities, List<MdibEntity> deletedEntities)Creates a DescriptionModificationMessage and sends it to all subscribers.voidDistributor. sendStateModificationEvent(MdibAccess mdibAccess, MdibStateModifications.Type changeType, List<?> states)Creates a specific StateModificationMessage based on the change type and sends it to all subscribers. -
Uses of MdibAccess in org.somda.sdc.biceps.consumer.access
Subinterfaces of MdibAccess in org.somda.sdc.biceps.consumer.access Modifier and Type Interface Description interfaceRemoteMdibAccessMDIB read and write access for the BICEPS consumer side.Classes in org.somda.sdc.biceps.consumer.access that implement MdibAccess Modifier and Type Class Description classRemoteMdibAccessImplDefault implementation of RemoteMdibAccessImpl. -
Uses of MdibAccess in org.somda.sdc.biceps.provider.access
Subinterfaces of MdibAccess in org.somda.sdc.biceps.provider.access Modifier and Type Interface Description interfaceLocalMdibAccessMDIB read and write access for the BICEPS provider side.Classes in org.somda.sdc.biceps.provider.access that implement MdibAccess Modifier and Type Class Description classLocalMdibAccessImplDefault implementation of LocalMdibAccessImpl.
-