Class AbstractMdibAccessMessage

  • Direct Known Subclasses:
    DescriptionModificationMessage, StateModificationMessage

    public abstract class AbstractMdibAccessMessage
    extends Object
    Abstract message definition that provides MDIB access.

    Getting the MDIB access during an event call allows to access the MDIB without storing a reference to it in the processing class. Attention: the MDIB access is supposed to be used only during the event callback as the data is subject to be changed after the callback has ended.

    • Constructor Detail

      • AbstractMdibAccessMessage

        protected AbstractMdibAccessMessage​(MdibAccess mdibAccess)
        Constructor that accepts the MDIB access to be provided by getMdibAccess().
        Parameters:
        mdibAccess - the MDIB access to provide.
    • Method Detail

      • getMdibAccess

        public MdibAccess getMdibAccess()