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 service.
 

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 service.
 

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 ClientContainerHandler
          A LifetimeHandler that starts and stops a ClientContainer
 

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 © 2012. All Rights Reserved.