Uses of Interface
org.gcube.smartgears.handlers.Handler

Packages that use Handler
org.gcube.smartgears.handlers   
org.gcube.smartgears.handlers.application   
org.gcube.smartgears.handlers.application.lifecycle   
org.gcube.smartgears.handlers.application.request   
org.gcube.smartgears.handlers.container   
 

Uses of Handler in org.gcube.smartgears.handlers
 

Classes in org.gcube.smartgears.handlers with type parameters of type Handler
 class Pipeline<E,H extends Handler<E>>
          An ordered list Handlers that handle related events.
 

Uses of Handler in org.gcube.smartgears.handlers.application
 

Subinterfaces of Handler in org.gcube.smartgears.handlers.application
 interface ApplicationHandler<T extends ApplicationHandler<T>>
          A Handler of ApplicationEvents.
 

Classes in org.gcube.smartgears.handlers.application that implement Handler
 class ApplicationLifecycleHandler
          A Handler of ApplicationLifecycleEvents.
 class RequestHandler
          A Handler of RequestEvents and ResponseEvents.
 

Uses of Handler in org.gcube.smartgears.handlers.application.lifecycle
 

Classes in org.gcube.smartgears.handlers.application.lifecycle that implement Handler
 class ProfileManager
          Manages the resource profile of the application.
 

Uses of Handler in org.gcube.smartgears.handlers.application.request
 

Classes in org.gcube.smartgears.handlers.application.request that implement Handler
 class RequestValidator
           
 

Uses of Handler in org.gcube.smartgears.handlers.container
 

Classes in org.gcube.smartgears.handlers.container that implement Handler
 class ContainerHandler
          A Handler of ContainerLifecycleEvents.
 



Copyright © 2013. All Rights Reserved.