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> LifecycleConfiguration.lifetimeHandlers()
          Returns the LifetimeHandlers for the service.
 

Methods in org.gcube.common.ghn.service.configuration with parameters of type LifetimeHandler
 LifecycleConfiguration LifecycleConfiguration.lifetimeHandlers(LifetimeHandler... handlers)
          Sets the LifetimeHandlers for the service.
 Object LifetimeHandlerAdapter.marshal(LifetimeHandler handler)
           
 

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 app.
 void LifetimeHandler.onStop(Pipeline<LifetimeHandler> pipeline, StopServiceEvent e)
          Invoked when the container stops a managed app.
 

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

Subclasses of LifetimeHandler in org.gcube.common.ghn.service.handlers.lifetime
 class PublishingHandler
           
 

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



Copyright © 2013. All Rights Reserved.