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

Packages that use Pipeline
org.gcube.common.ghn.service   
org.gcube.common.ghn.service.handlers   
org.gcube.common.ghn.service.handlers.lifetime   
org.gcube.common.ghn.service.handlers.request   
 

Uses of Pipeline in org.gcube.common.ghn.service
 

Constructors in org.gcube.common.ghn.service with parameters of type Pipeline
RequestFilter(String servletName, Pipeline<RequestHandler> pipeline)
          Creates an instance with the name of the target servlet and a pipeline.
 

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

Classes in org.gcube.common.ghn.service.handlers that implement Pipeline
 class DefaultPipeline<T extends ServiceHandler<T>>
          Default implementation of Pipeline.
 

Methods in org.gcube.common.ghn.service.handlers with parameters of type Pipeline
 void RequestHandler.handleRequest(Pipeline<RequestHandler> pipeline, RequestEvent e)
          Invoked when the container receives a request for a servlet of a managed app.
 void RequestHandler.handleResponse(Pipeline<RequestHandler> pipeline, ResponseEvent e)
          Invoked when a servlet of a managed app has produced a response to a request.
 void LifetimeHandler.onEvent(Pipeline<LifetimeHandler> pipeline, ServiceEvent<LifetimeHandler> e)
           
 void RequestHandler.onEvent(Pipeline<RequestHandler> pipeline, ServiceEvent<RequestHandler> e)
           
 void ServiceHandler.onEvent(Pipeline<T> pipeline, ServiceEvent<T> e)
          Processes a given event.
 void LifetimeHandler.onStart(Pipeline<LifetimeHandler> pipeline, StartServiceEvent e)
          Invoked when the container starts a managed app.
 void LifetimeHandler.onStop(Pipeline<LifetimeHandler> pipeline, StopServiceEvent e)
          Invoked when the container stops a managed app.
 

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

Methods in org.gcube.common.ghn.service.handlers.lifetime with parameters of type Pipeline
 void PublishingHandler.onStart(Pipeline<LifetimeHandler> pipeline, StartServiceEvent e)
           
 

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

Methods in org.gcube.common.ghn.service.handlers.request with parameters of type Pipeline
 void ScopeHandler.handleRequest(Pipeline<RequestHandler> pipeline, RequestEvent event)
           
 



Copyright © 2013. All Rights Reserved.