Uses of Class
org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
-
-
Uses of ApplicationLifecycleHandler in org.gcube.smartgears.configuration.application
Methods in org.gcube.smartgears.configuration.application that return types with arguments of type ApplicationLifecycleHandler Modifier and Type Method Description List<ApplicationLifecycleHandler>ApplicationHandlers. lifecycleHandlers()Returns theApplicationLifecycleHandlers for the service.Method parameters in org.gcube.smartgears.configuration.application with type arguments of type ApplicationLifecycleHandler Modifier and Type Method Description ApplicationHandlersApplicationHandlers. setLifecycleHandlers(List<ApplicationLifecycleHandler> handlers)Sets theApplicationLifecycleHandlers for the service.Constructor parameters in org.gcube.smartgears.configuration.application with type arguments of type ApplicationLifecycleHandler Constructor Description ApplicationHandlers(List<ApplicationLifecycleHandler> lifecycleHandlers, List<RequestHandler> requestHandlers) -
Uses of ApplicationLifecycleHandler in org.gcube.smartgears.handlers.application
Method parameters in org.gcube.smartgears.handlers.application with type arguments of type ApplicationLifecycleHandler Modifier and Type Method Description voidApplicationLifecycleHandler. onEvent(ApplicationEvent<ApplicationLifecycleHandler> e) -
Uses of ApplicationLifecycleHandler in org.gcube.smartgears.handlers.application.lifecycle
Subclasses of ApplicationLifecycleHandler in org.gcube.smartgears.handlers.application.lifecycle Modifier and Type Class Description classApplicationProfileManagerManages the resource profile of the application.
-