Uses of Interface
io.vertigo.core.node.component.CoreComponent
-
-
Uses of CoreComponent in io.vertigo.core.analytics
Subinterfaces of CoreComponent in io.vertigo.core.analytics Modifier and Type Interface Description interface
AnalyticsManager
Main access to all analytics functions. -
Uses of CoreComponent in io.vertigo.core.daemon
Subinterfaces of CoreComponent in io.vertigo.core.daemon Modifier and Type Interface Description interface
DaemonManager
Manages daemons. -
Uses of CoreComponent in io.vertigo.core.impl.analytics
Subinterfaces of CoreComponent in io.vertigo.core.impl.analytics Modifier and Type Interface Description interface
AnalyticsConnectorPlugin
Connecteur des process.Classes in io.vertigo.core.impl.analytics that implement CoreComponent Modifier and Type Class Description class
AnalyticsManagerImpl
Main analytics manager implementation. -
Uses of CoreComponent in io.vertigo.core.impl.analytics.health
Methods in io.vertigo.core.impl.analytics.health with parameters of type CoreComponent Modifier and Type Method Description static List<HealthCheckDefinition>
HealthAnalyticsUtil. createHealthCheckDefinitions(String componentId, CoreComponent component, AopPlugin aopPlugin)
Registers all methods annotated with @Suscriber on the object -
Uses of CoreComponent in io.vertigo.core.impl.analytics.metric
Methods in io.vertigo.core.impl.analytics.metric with parameters of type CoreComponent Modifier and Type Method Description static List<MetricDefinition>
MetricAnalyticsUtil. createMetricDefinitions(String componentId, CoreComponent component, AopPlugin aopPlugin)
Registers all methods annotated with @Metrics -
Uses of CoreComponent in io.vertigo.core.impl.daemon
Classes in io.vertigo.core.impl.daemon that implement CoreComponent Modifier and Type Class Description class
DaemonManagerImpl
Manager of all the daemons. -
Uses of CoreComponent in io.vertigo.core.impl.locale
Classes in io.vertigo.core.impl.locale that implement CoreComponent Modifier and Type Class Description class
LocaleManagerImpl
-
Uses of CoreComponent in io.vertigo.core.impl.param
Subinterfaces of CoreComponent in io.vertigo.core.impl.param Modifier and Type Interface Description interface
ParamPlugin
Interface d'un plugin de gestion de configuration applicative.Classes in io.vertigo.core.impl.param that implement CoreComponent Modifier and Type Class Description class
ParamManagerImpl
This class implements the default paramManager. -
Uses of CoreComponent in io.vertigo.core.impl.resource
Subinterfaces of CoreComponent in io.vertigo.core.impl.resource Modifier and Type Interface Description interface
ResourceResolverPlugin
Résout une ressource en fournissant son URL.Classes in io.vertigo.core.impl.resource that implement CoreComponent Modifier and Type Class Description class
ResourceManagerImpl
Standard implementation for the resourceManager. -
Uses of CoreComponent in io.vertigo.core.locale
Subinterfaces of CoreComponent in io.vertigo.core.locale Modifier and Type Interface Description interface
LocaleManager
Toute application gérée par kapser est multilingue ou plus précisémment multidictionnaires. -
Uses of CoreComponent in io.vertigo.core.node.component
Subinterfaces of CoreComponent in io.vertigo.core.node.component Modifier and Type Interface Description interface
Amplifier
An amplifier is a special core-component.interface
AopPlugin
Create proxy-reference from component's instance.interface
Component
A component is the common core-component.interface
Connector<C>
A connector is a particular core-component.interface
Manager
The manager class must be consireded as a simple marker to identify all the technical components.interface
Plugin
A plugin is a particular component.Methods in io.vertigo.core.node.component with type parameters of type CoreComponent Modifier and Type Method Description <C extends CoreComponent>
CAopPlugin. unwrap(C component)
Unwrap the proxy<C extends CoreComponent>
CAopPlugin. wrap(C instance, Map<Method,List<Aspect>> joinPoints)
Create a proxy-reference. -
Uses of CoreComponent in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return types with arguments of type CoreComponent Modifier and Type Method Description Optional<Class<? extends CoreComponent>>
CoreComponentConfig. getApiClass()
Class<? extends CoreComponent>
CoreComponentConfig. getImplClass()
-
Uses of CoreComponent in io.vertigo.core.param
Subinterfaces of CoreComponent in io.vertigo.core.param Modifier and Type Interface Description interface
ParamManager
Interface du gestionnaire de la configuration applicative. -
Uses of CoreComponent in io.vertigo.core.plugins.analytics.log
Classes in io.vertigo.core.plugins.analytics.log that implement CoreComponent Modifier and Type Class Description class
LoggerAnalyticsConnectorPlugin
Processes connector which only use a log4j logger.class
SmartLoggerAnalyticsConnectorPlugin
This connector analyses the process and calculates duration and count.class
SocketLoggerAnalyticsConnectorPlugin
Processes connector which use the log4j SocketAppender.class
SocketLoggerJsonAnalyticsConnectorPlugin
Processes connector which use the log4j SocketAppender. -
Uses of CoreComponent in io.vertigo.core.plugins.component.aop.javassist
Classes in io.vertigo.core.plugins.component.aop.javassist that implement CoreComponent Modifier and Type Class Description class
JavassistAopPlugin
This class implements the aspects using the javassist library.Methods in io.vertigo.core.plugins.component.aop.javassist with type parameters of type CoreComponent Modifier and Type Method Description <C extends CoreComponent>
CJavassistAopPlugin. unwrap(C component)
<C extends CoreComponent>
CJavassistAopPlugin. wrap(C instance, Map<Method,List<Aspect>> joinPoints)
Create a proxy-reference. -
Uses of CoreComponent in io.vertigo.core.plugins.param.env
Classes in io.vertigo.core.plugins.param.env that implement CoreComponent Modifier and Type Class Description class
EnvParamPlugin
Plugin de gestion de configuration des variables d'environnement.class
SystemPropertyParamPlugin
Plugin de gestion de configuration des propriétés system. -
Uses of CoreComponent in io.vertigo.core.plugins.param.properties
Classes in io.vertigo.core.plugins.param.properties that implement CoreComponent Modifier and Type Class Description class
PropertiesParamPlugin
Plugin de gestion de configuration de fichiers properties. -
Uses of CoreComponent in io.vertigo.core.plugins.param.xml
Classes in io.vertigo.core.plugins.param.xml that implement CoreComponent Modifier and Type Class Description class
XmlParamPlugin
Parser XML du paramétrage de la config. -
Uses of CoreComponent in io.vertigo.core.plugins.resource.classpath
Classes in io.vertigo.core.plugins.resource.classpath that implement CoreComponent Modifier and Type Class Description class
ClassPathResourceResolverPlugin
Résolution des URL liées au classPath. -
Uses of CoreComponent in io.vertigo.core.plugins.resource.local
Classes in io.vertigo.core.plugins.resource.local that implement CoreComponent Modifier and Type Class Description class
LocalResourceResolverPlugin
Résolution des URL liées à l'emplacement local. -
Uses of CoreComponent in io.vertigo.core.plugins.resource.url
Classes in io.vertigo.core.plugins.resource.url that implement CoreComponent Modifier and Type Class Description class
URLResourceResolverPlugin
Résolution des URL par le standard java.net.URL. -
Uses of CoreComponent in io.vertigo.core.resource
Subinterfaces of CoreComponent in io.vertigo.core.resource Modifier and Type Interface Description interface
ResourceManager
Selecteurs de ressources.
-