org.apache.ode.bpel.evt
Class CorrelationMatchEvent

java.lang.Object
  extended by org.apache.ode.bpel.evt.BpelEvent
      extended by org.apache.ode.bpel.evt.ProcessEvent
          extended by org.apache.ode.bpel.evt.ProcessInstanceEvent
              extended by org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
                  extended by org.apache.ode.bpel.evt.CorrelationMatchEvent
All Implemented Interfaces:
java.io.Serializable

public class CorrelationMatchEvent
extends ProcessMessageExchangeEvent

Correlation matched a process instance on inbound message.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ode.bpel.evt.BpelEvent
BpelEvent.TYPE
 
Field Summary
 
Fields inherited from class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
PARTNER_FAILURE, PARTNER_FAULT, PARTNER_INPUT, PARTNER_OUTPUT, PROCESS_FAULT, PROCESS_INPUT, PROCESS_OUTPUT
 
Fields inherited from class org.apache.ode.bpel.evt.BpelEvent
eventContext
 
Constructor Summary
CorrelationMatchEvent(javax.xml.namespace.QName processName, javax.xml.namespace.QName processId, java.lang.Long processInstanceId, CorrelationKey correlationKey)
           
 
Method Summary
 CorrelationKey getCorrelationKey()
           
 BpelEvent.TYPE getType()
           
 void setCorrelationKey(CorrelationKey correlationKey)
           
 
Methods inherited from class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
getAspect, getMessageExchangeId, getOperation, getPortType, setAspect, setMexId, setOperation, setPortType
 
Methods inherited from class org.apache.ode.bpel.evt.ProcessInstanceEvent
getProcessInstanceId, setProcessInstanceId
 
Methods inherited from class org.apache.ode.bpel.evt.ProcessEvent
getProcessId, getProcessName, setProcessId, setProcessName
 
Methods inherited from class org.apache.ode.bpel.evt.BpelEvent
eventName, getLineNo, getTimestamp, setLineNo, setTimestamp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorrelationMatchEvent

public CorrelationMatchEvent(javax.xml.namespace.QName processName,
                             javax.xml.namespace.QName processId,
                             java.lang.Long processInstanceId,
                             CorrelationKey correlationKey)
Method Detail

getCorrelationKey

public CorrelationKey getCorrelationKey()

setCorrelationKey

public void setCorrelationKey(CorrelationKey correlationKey)

getType

public BpelEvent.TYPE getType()
Overrides:
getType in class ProcessInstanceEvent