Uses of Class
org.gcube.common.ghn.service.handlers.LifetimeHandler

Packages that use LifetimeHandler
org.gcube.common.ghn.service.configuration   
org.gcube.common.ghn.service.handlers   
org.gcube.common.ghn.service.handlers.lifetime   
 

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

Subclasses of LifetimeHandler in org.gcube.common.ghn.service.configuration
static class LifetimeHandlerAdapter.UnavailableHandler
          A LifetimeHandler included in a ServiceConfiguration but not available at runtime.
 

Methods in org.gcube.common.ghn.service.configuration that return LifetimeHandler
 LifetimeHandler LifetimeHandlerAdapter.unmarshal(Object handler)
           
 

Methods in org.gcube.common.ghn.service.configuration that return types with arguments of type LifetimeHandler
 List<LifetimeHandler> ServiceConfiguration.lifetimeHandlers()
          Returns the LifetimeHandlers configured on the service.
 

Methods in org.gcube.common.ghn.service.configuration with parameters of type LifetimeHandler
 Object LifetimeHandlerAdapter.marshal(LifetimeHandler handler)
           
 

Constructor parameters in org.gcube.common.ghn.service.configuration with type arguments of type LifetimeHandler
ServiceConfiguration(List<LifetimeHandler> lifetimeHandlers, List<RequestHandler> requestHandlers)
          Creates an instance with the LifetimeHandlers and RequestHandlers.
 

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

Method parameters in org.gcube.common.ghn.service.handlers with type arguments of type LifetimeHandler
 void LifetimeHandler.onEvent(Pipeline<LifetimeHandler> pipeline, ServiceEvent<LifetimeHandler> e)
           
 void LifetimeHandler.onEvent(Pipeline<LifetimeHandler> pipeline, ServiceEvent<LifetimeHandler> e)
           
 void LifetimeHandler.onStart(Pipeline<LifetimeHandler> pipeline, StartServiceEvent e)
          Invoked when the container starts a managed service.
 void LifetimeHandler.onStop(Pipeline<LifetimeHandler> pipeline, StopServiceEvent e)
          Invoked when the container stops a managed service.
 

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

Subclasses of LifetimeHandler in org.gcube.common.ghn.service.handlers.lifetime
 class ClientContainerHandler
          A LifetimeHandler that starts and stops a ClientContainer
 

Method parameters in org.gcube.common.ghn.service.handlers.lifetime with type arguments of type LifetimeHandler
 void ClientContainerHandler.onStart(Pipeline<LifetimeHandler> pipeline, StartServiceEvent e)
           
 void ClientContainerHandler.onStop(Pipeline<LifetimeHandler> pipeline, StopServiceEvent e)
           
 



Copyright © 2012. All Rights Reserved.