org.apache.ode.daohib.bpel.hobj
Class HCorrelatorMessageKey

java.lang.Object
  extended by org.apache.ode.daohib.bpel.hobj.HObject
      extended by org.apache.ode.daohib.bpel.hobj.HCorrelatorMessageKey

public class HCorrelatorMessageKey
extends HObject

Hibernate table for representing the pre-computed keys for a message targetted at the BPEL process with no matching instance at the time of receipt (and createInstance is not possible).


Constructor Summary
HCorrelatorMessageKey()
          Constructor.
 
Method Summary
 java.lang.String getCanonical()
          Canonical string representation of the correlation key.
 HCorrelatorMessage getOwner()
          The message with which this correlation key value is associated.
 void setCanonical(java.lang.String canonical)
           
 void setOwner(HCorrelatorMessage owner)
           
 
Methods inherited from class org.apache.ode.daohib.bpel.hobj.HObject
getCreated, getId, getLock, setCreated, setId, setLock, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HCorrelatorMessageKey

public HCorrelatorMessageKey()
Constructor.

Method Detail

getCanonical

public java.lang.String getCanonical()
Canonical string representation of the correlation key.


setCanonical

public void setCanonical(java.lang.String canonical)
See Also:
getCanonical()

getOwner

public HCorrelatorMessage getOwner()
The message with which this correlation key value is associated.


setOwner

public void setOwner(HCorrelatorMessage owner)