Interface LifecycleManager
-
- All Known Implementing Classes:
NoOpLifecycleManager,RealLifecycleManager
public interface LifecycleManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifecycleManagerchild()voidcloseAll(List<ExceptionDuringClose> exceptions)LifecycleManagernewInstance(de.quantummaid.reflectmaid.typescanner.scopes.Scope scope)voidregisterInstance(Object instance, de.quantummaid.reflectmaid.typescanner.scopes.Scope scope)
-
-
-
Method Detail
-
newInstance
LifecycleManager newInstance(de.quantummaid.reflectmaid.typescanner.scopes.Scope scope)
-
registerInstance
void registerInstance(Object instance, de.quantummaid.reflectmaid.typescanner.scopes.Scope scope)
-
closeAll
void closeAll(List<ExceptionDuringClose> exceptions)
-
child
LifecycleManager child()
-
-