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.Methods in org.gcube.smartgears.configuration.application with parameters of type ApplicationLifecycleHandler Modifier and Type Method Description ApplicationHandlersApplicationHandlers. set(ApplicationLifecycleHandler... handlers)Sets theApplicationLifecycleHandlers for the service. -
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 classProfileManagerManages the resource profile of the application.
-