Uses of Class
org.gcube.smartgears.handlers.container.ContainerHandler
-
-
Uses of ContainerHandler in org.gcube.smartgears.configuration.container
Methods in org.gcube.smartgears.configuration.container that return types with arguments of type ContainerHandler Modifier and Type Method Description List<ContainerHandler>ContainerConfigurationBinder. bindHandlers(ClassLoader classloader)Returns the handlers of the container from their XML serialisation. -
Uses of ContainerHandler in org.gcube.smartgears.handlers.container
Constructor parameters in org.gcube.smartgears.handlers.container with type arguments of type ContainerHandler Constructor Description ContainerPipeline(List<ContainerHandler> handlers)Creates an instance with a given list of handlers. -
Uses of ContainerHandler in org.gcube.smartgears.handlers.container.lifecycle
Subclasses of ContainerHandler in org.gcube.smartgears.handlers.container.lifecycle Modifier and Type Class Description classAccountingManagerclassContainerProfileManagerManages the resource profile of the application. -
Uses of ContainerHandler in org.gcube.smartgears.provider
Methods in org.gcube.smartgears.provider that return types with arguments of type ContainerHandler Modifier and Type Method Description List<ContainerHandler>DefaultProvider. containerHandlers()List<ContainerHandler>Provider. containerHandlers()Returns the handlers associated with the container.
-