Class LuceneChildApplicationContextFactory

    • Constructor Detail

      • LuceneChildApplicationContextFactory

        public LuceneChildApplicationContextFactory()
    • Method Detail

      • destroy

        protected void destroy​(boolean isPermanent)
        Description copied from class: AbstractPropertyBackedBean
        Releases any resources held by this component.
        Overrides:
        destroy in class ChildApplicationContextFactory
        Parameters:
        isPermanent - is the component being destroyed forever, i.e. should persisted values be removed? On server shutdown, this value would be false, whereas on the removal of a dynamically created instance, this value would be true.