Uses of Interface
org.gcube.smartgears.handlers.application.ApplicationHandler
-
Packages that use ApplicationHandler Package Description org.gcube.smartgears.handlers.application org.gcube.smartgears.handlers.application.lifecycle org.gcube.smartgears.handlers.application.request -
-
Uses of ApplicationHandler in org.gcube.smartgears.handlers.application
Classes in org.gcube.smartgears.handlers.application with type parameters of type ApplicationHandler Modifier and Type Class Description classApplicationEvent<T extends ApplicationHandler<T>>AnEventthat occurs in the lifetime of the application.interfaceApplicationHandler<T extends ApplicationHandler<T>>AHandlerofApplicationEvents.classApplicationPipeline<H extends ApplicationHandler<H>>APipelineofApplicationHandlers.Classes in org.gcube.smartgears.handlers.application that implement ApplicationHandler Modifier and Type Class Description classApplicationLifecycleHandlerAHandlerofApplicationLifecycleEvents.classRequestHandler -
Uses of ApplicationHandler in org.gcube.smartgears.handlers.application.lifecycle
Classes in org.gcube.smartgears.handlers.application.lifecycle that implement ApplicationHandler Modifier and Type Class Description classApplicationProfileManagerManages the resource profile of the application. -
Uses of ApplicationHandler in org.gcube.smartgears.handlers.application.request
Classes in org.gcube.smartgears.handlers.application.request that implement ApplicationHandler Modifier and Type Class Description classRequestAccountingclassRequestMetricsclassRequestValidator
-