Uses of Class
org.smartcomps.twister.engine.exception.CorrelationViolationException

Packages that use CorrelationViolationException
org.smartcomps.twister.engine.priv.core.dynamic   
org.smartcomps.twister.engine.priv.messaging   
org.smartcomps.twister.engine.priv.messaging.impl   
org.smartcomps.twister.engine.priv.util   
 

Uses of CorrelationViolationException in org.smartcomps.twister.engine.priv.core.dynamic
 

Methods in org.smartcomps.twister.engine.priv.core.dynamic that throw CorrelationViolationException
static org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance ProcessInstanceFactory.createProcessInstance(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process, java.lang.String correlationSetName, java.util.Map propertyValues)
          Creates a persistent implementation of a ProcessInstance for its original TwisterProcess.
static void ProcessInstanceFactory.addCorrelation(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, java.lang.String correlationSetName, java.util.Map propertyValues)
           
 

Uses of CorrelationViolationException in org.smartcomps.twister.engine.priv.messaging
 

Methods in org.smartcomps.twister.engine.priv.messaging that throw CorrelationViolationException
 org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC MessageController.acknowledge(java.lang.String partnerLink, java.lang.String portType, java.lang.String operation, org.dom4j.Document message)
          Processes provided message checking if an existing execution context is waiting for this message to complete or if this message can trigger the execution of a new process.
 

Uses of CorrelationViolationException in org.smartcomps.twister.engine.priv.messaging.impl
 

Methods in org.smartcomps.twister.engine.priv.messaging.impl that throw CorrelationViolationException
 org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC MessageControllerImpl.acknowledge(java.lang.String partnerLink, java.lang.String portType, java.lang.String operation, org.dom4j.Document message)
          As the acknowledge method requires a partner link it's always targeted at only one process.
 

Uses of CorrelationViolationException in org.smartcomps.twister.engine.priv.util
 

Methods in org.smartcomps.twister.engine.priv.util that throw CorrelationViolationException
static java.util.Map CorrelationExtractor.extractCorrelationsValues(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process, java.util.Collection corrRefs, org.dom4j.Node message)
           
static java.util.Map CorrelationExtractor.extractCorrelationValues(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process, org.smartcomps.twister.engine.priv.core.definition.CorrelationRef ref, org.dom4j.Node message)
           
static java.lang.String CorrelationExtractor.extractPropertyValue(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process, java.lang.String property, org.dom4j.Node message)
           
 



Copyright © 2003 SmartComps. All Rights Reserved.