Uses of Class
org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
Packages that use ApplicationLifecycleHandler
Package
Description
-
Uses of ApplicationLifecycleHandler in org.gcube.smartgears.configuration.application
Methods in org.gcube.smartgears.configuration.application that return types with arguments of type ApplicationLifecycleHandlerModifier and TypeMethodDescriptionApplicationHandlers.lifecycleHandlers()Returns theApplicationLifecycleHandlers for the service.Method parameters in org.gcube.smartgears.configuration.application with type arguments of type ApplicationLifecycleHandlerModifier and TypeMethodDescriptionApplicationHandlers.setLifecycleHandlers(List<ApplicationLifecycleHandler> handlers) Sets theApplicationLifecycleHandlers for the service.Constructor parameters in org.gcube.smartgears.configuration.application with type arguments of type ApplicationLifecycleHandlerModifierConstructorDescriptionApplicationHandlers(List<ApplicationLifecycleHandler> lifecycleHandlers, List<RequestHandler> requestHandlers) Creates application handlers with the specified lifecycle and request handlers. -
Uses of ApplicationLifecycleHandler in org.gcube.smartgears.handlers.application
Method parameters in org.gcube.smartgears.handlers.application with type arguments of type ApplicationLifecycleHandlerModifier and TypeMethodDescriptionvoidApplicationLifecycleHandler.onEvent(ApplicationEvent<ApplicationLifecycleHandler> e) -
Uses of ApplicationLifecycleHandler in org.gcube.smartgears.handlers.application.lifecycle
Modifier and TypeClassDescriptionclassManages the resource profile of the application.