Class PropertyBackedBeanUnregisteredEvent

    • Constructor Detail

      • PropertyBackedBeanUnregisteredEvent

        public PropertyBackedBeanUnregisteredEvent​(PropertyBackedBean source,
                                                   boolean isPermanent)
        The Constructor.
        Parameters:
        source - the source of the event
    • Method Detail

      • isPermanent

        public boolean isPermanent()
        Is the component being destroyed forever, i.e. should persisted values be removed?
        Returns:
        true if the bean is being destroyed forever. On server shutdown, this value would be false, whereas on the removal of a dynamically created instance, this value would be true.