Uses of Interface
org.gcube.common.ghn.service.handlers.ApplicationHandler

Packages that use ApplicationHandler
org.gcube.common.ghn.service.events   
org.gcube.common.ghn.service.handlers   
org.gcube.common.ghn.service.handlers.lifecycle   
org.gcube.common.ghn.service.handlers.request   
 

Uses of ApplicationHandler in org.gcube.common.ghn.service.events
 

Classes in org.gcube.common.ghn.service.events with type parameters of type ApplicationHandler
 class ApplicationEvent<T extends ApplicationHandler<T>>
          An event that occurs in the lifetime of the application.
 

Uses of ApplicationHandler in org.gcube.common.ghn.service.handlers
 

Classes in org.gcube.common.ghn.service.handlers with type parameters of type ApplicationHandler
 interface ApplicationHandler<T extends ApplicationHandler<T>>
          Handles ApplicationEvents.
 class Pipeline<H extends ApplicationHandler<H>>
          An ordered list ApplicationHandlers that handle related ApplicationEvents.
 

Classes in org.gcube.common.ghn.service.handlers that implement ApplicationHandler
 class AbstractHandler<T extends AbstractHandler<T>>
          Partial implementation of ApplicationHandler.
 class LifecycleHandler
          A Handler of LifecycleEvents.
 class RequestHandler
          A Handler of RequestEvents and ResponseEvents.
 

Uses of ApplicationHandler in org.gcube.common.ghn.service.handlers.lifecycle
 

Classes in org.gcube.common.ghn.service.handlers.lifecycle that implement ApplicationHandler
 class Publisher
           
 

Uses of ApplicationHandler in org.gcube.common.ghn.service.handlers.request
 

Classes in org.gcube.common.ghn.service.handlers.request that implement ApplicationHandler
 class ScopeHandler
           
 



Copyright © 2013. All Rights Reserved.