Class ApplicationContextComponent<Config extends ApplicationConfiguration,Context extends ApplicationContext<Config,Context>,O>
- java.lang.Object
-
- org.nuiton.jaxx.runtime.application.ApplicationContextComponent<Config,Context,O>
-
public abstract class ApplicationContextComponent<Config extends ApplicationConfiguration,Context extends ApplicationContext<Config,Context>,O> extends Object
Created by tchemit on 28/01/2018.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedApplicationContextComponent(Class<O> type)protectedApplicationContextComponent(Class<O> type, String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Oget()StringgetName()Class<O>getType()inthashCode()booleanisInit()protected abstract Oload(Context context, Config config)Oremove()voidset(Context context, Config config)voidset(O instance)
-