jBPM distribution 6.2.0.CR4

org.jbpm.process.instance.context.exception
Class CompensationScopeInstance

java.lang.Object
  extended by org.jbpm.process.instance.context.AbstractContextInstance
      extended by org.jbpm.process.instance.context.exception.ExceptionScopeInstance
          extended by org.jbpm.process.instance.context.exception.CompensationScopeInstance
All Implemented Interfaces:
Serializable, ContextInstance

public class CompensationScopeInstance
extends ExceptionScopeInstance

See Also:
Serialized Form

Constructor Summary
CompensationScopeInstance()
           
 
Method Summary
 void addCompensationInstances(Collection<NodeInstance> generatedInstances)
           
 String getContextType()
           
 void handleException(ExceptionHandler handler, String compensationActivityRef, Object dunno)
           
 void handleException(String activityRef, Object dunno)
           
 
Methods inherited from class org.jbpm.process.instance.context.exception.ExceptionScopeInstance
getExceptionScope
 
Methods inherited from class org.jbpm.process.instance.context.AbstractContextInstance
getContext, getContextId, getContextInstanceContainer, getProcessInstance, setContextId, setContextInstanceContainer, setProcessInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompensationScopeInstance

public CompensationScopeInstance()
Method Detail

getContextType

public String getContextType()
Specified by:
getContextType in interface ContextInstance
Overrides:
getContextType in class ExceptionScopeInstance

addCompensationInstances

public void addCompensationInstances(Collection<NodeInstance> generatedInstances)

handleException

public void handleException(String activityRef,
                            Object dunno)
Overrides:
handleException in class ExceptionScopeInstance

handleException

public void handleException(ExceptionHandler handler,
                            String compensationActivityRef,
                            Object dunno)
Specified by:
handleException in class ExceptionScopeInstance

jBPM distribution 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.