This project has retired. For details please refer to its
        
        Attic page .
      
 
 
PauseTransitService (Oozie Core 3.1.3-incubating API)
 
 
 
 
 
 
 
 
 
org.apache.oozie.service 
 
Class PauseTransitService 
java.lang.Object 
  org.apache.oozie.service.PauseTransitService 
 
All Implemented Interfaces:  Service  
 
 
public class PauseTransitService  extends Object implements Service    
PauseTransitService is the runnable which is scheduled to run at the configured interval, it checks all bundles
 to see if they should be paused, un-paused or started.
 
 
  
 
 
 
 
  
Methods inherited from class java.lang.Object   
 
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
 
 
CONF_PREFIX 
public static final String  CONF_PREFIX  
See Also: Constant Field Values  
 
 
CONF_BUNDLE_PAUSE_START_INTERVAL 
public static final String  CONF_BUNDLE_PAUSE_START_INTERVAL  
See Also: Constant Field Values  
 
 
PauseTransitService 
public PauseTransitService  () 
 
 
init 
public void init  (Services  services) 
Initializes the PauseTransitService .
Specified by: init  in interface Service  
 
Parameters: services - services instance. 
 
  
 
destroy 
public void destroy  () 
Destroy the StateTransit Jobs Service.
Specified by: destroy  in interface Service  
 
 
 
  
 
getInterface 
public Class <? extends Service > getInterface  () 
Return the public interface for the purge jobs service.
Specified by: getInterface  in interface Service  
 
Returns: PauseTransitService . 
 
  
 
 
 
 
 
Copyright © 2012 Apache Software Foundation . All Rights Reserved.