org.apache.oozie.service
Class LiteWorkflowStoreService.LiteControlNodeHandler

java.lang.Object
  extended by org.apache.oozie.workflow.lite.NodeHandler
      extended by org.apache.oozie.workflow.lite.ControlNodeHandler
          extended by org.apache.oozie.service.LiteWorkflowStoreService.LiteControlNodeHandler
Enclosing class:
LiteWorkflowStoreService

public static class LiteWorkflowStoreService.LiteControlNodeHandler
extends ControlNodeHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.oozie.workflow.lite.NodeHandler
NodeHandler.Context
 
Field Summary
 
Fields inherited from class org.apache.oozie.workflow.lite.ControlNodeHandler
FORK_COUNT_PREFIX
 
Constructor Summary
LiteWorkflowStoreService.LiteControlNodeHandler()
           
 
Method Summary
 void touch(NodeHandler.Context context)
          Called by NodeHandler.enter(Context) when returning TRUE.
 
Methods inherited from class org.apache.oozie.workflow.lite.ControlNodeHandler
enter, exit, fail, kill, loopDetection, multiExit
 
Methods inherited from class org.apache.oozie.workflow.lite.NodeHandler
getLoopFlag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteWorkflowStoreService.LiteControlNodeHandler

public LiteWorkflowStoreService.LiteControlNodeHandler()
Method Detail

touch

public void touch(NodeHandler.Context context)
           throws WorkflowException
Description copied from class: ControlNodeHandler
Called by NodeHandler.enter(Context) when returning TRUE.

Specified by:
touch in class ControlNodeHandler
Parameters:
context - workflow context
Throws:
WorkflowException - thrown if an error occurred.


Copyright © 2013 Apache Software Foundation. All Rights Reserved.