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

Packages that use ServiceHandler
org.gcube.common.ghn.service.configuration   
org.gcube.common.ghn.service.events   
org.gcube.common.ghn.service.handlers   
org.gcube.common.ghn.service.handlers.lifetime   
org.gcube.common.ghn.service.handlers.request   
 

Uses of ServiceHandler in org.gcube.common.ghn.service.configuration
 

Classes in org.gcube.common.ghn.service.configuration that implement ServiceHandler
static class LifetimeHandlerAdapter.UnavailableHandler
          A LifetimeHandler included in a ServiceConfiguration but not available at runtime.
static class RequestHandlerAdapter.UnavailableHandler
          A RequestHandler included in a ServiceConfiguration but not available at runtime.
 

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

Classes in org.gcube.common.ghn.service.events with type parameters of type ServiceHandler
 interface ServiceEvent<T extends ServiceHandler<T>>
          A tagging interface for events that relate to a managed app.
 

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

Classes in org.gcube.common.ghn.service.handlers with type parameters of type ServiceHandler
 class AbstractHandler<T extends ServiceHandler<T>>
          Partial implementation of ServiceHandler.
 class DefaultPipeline<T extends ServiceHandler<T>>
          Default implementation of Pipeline.
 interface Pipeline<T extends ServiceHandler<T>>
          An ordered list ServiceHandlers registered to handle ServiceEvents of the same type.
 interface ServiceHandler<T extends ServiceHandler<T>>
          Registers in Pipelines to handle ServiceEvents about a managed app.
 

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

Uses of ServiceHandler in org.gcube.common.ghn.service.handlers.lifetime
 

Classes in org.gcube.common.ghn.service.handlers.lifetime that implement ServiceHandler
 class PublishingHandler
           
 

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

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



Copyright © 2013. All Rights Reserved.