Class ResettingHandler<L,​R extends FactoryBase<L,​R>>

  • All Implemented Interfaces:
    FactoryExceptionHandler<L,​R>

    public class ResettingHandler<L,​R extends FactoryBase<L,​R>>
    extends java.lang.Object
    implements FactoryExceptionHandler<L,​R>
    reset to the previous state after an exception during update (Some memory/resource leaks can't be fixed in the framework e.g if the factory close code throw an exception again or is wrong implemented)