Interface DeletionDecorator<T extends ConfigBeanProxy,​U extends ConfigBeanProxy>

    • Method Detail

      • decorate

        void decorate​(AdminCommandContext context,
                      T parent,
                      U child)
               throws TransactionFailure,
                      PropertyVetoException
        notification of a configuration element of type U deletion. Note that this notification is called within the boundaries of the configuration transaction, therefore the parent instance is a writable copy and further changes to the parent can be made without enrolling it inside a transaction.
        Parameters:
        context - the command context to lead to the element deletion
        parent - the parent instance the element was removed from
        child - the deleted instance
        Throws:
        TransactionFailure
        PropertyVetoException