org.apache.ode.daohib.bpel.hobj
Class HCorrelatorMessageKey
java.lang.Object
org.apache.ode.daohib.bpel.hobj.HObject
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).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HCorrelatorMessageKey
public HCorrelatorMessageKey()
- Constructor.
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)