Uses of Interface
org.somda.sdc.biceps.common.access.ReadTransactionProvider
-
Packages that use ReadTransactionProvider Package Description 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 ReadTransactionProvider in org.somda.sdc.biceps.consumer.access
Subinterfaces of ReadTransactionProvider 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 ReadTransactionProvider Modifier and Type Class Description classRemoteMdibAccessImplDefault implementation of RemoteMdibAccessImpl. -
Uses of ReadTransactionProvider in org.somda.sdc.biceps.provider.access
Subinterfaces of ReadTransactionProvider 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 ReadTransactionProvider Modifier and Type Class Description classLocalMdibAccessImplDefault implementation of LocalMdibAccessImpl.
-