|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MessageRouteDAO
Data access object representing a message consumer. A message consumer
represents an unsatisfied BPEL pick or receive
activity.
| Method Summary | |
|---|---|
org.apache.ode.bpel.common.CorrelationKey |
getCorrelationKey()
|
org.apache.ode.bpel.common.CorrelationKeySet |
getCorrelationKeySet()
Returns a correlation key set for the message route |
java.lang.String |
getGroupId()
|
int |
getIndex()
|
java.lang.String |
getRoute()
|
ProcessInstanceDAO |
getTargetInstance()
Get the BPEL process instance to which this consumer belongs. |
void |
setCorrelationKey(org.apache.ode.bpel.common.CorrelationKey key)
|
void |
setCorrelationKeySet(org.apache.ode.bpel.common.CorrelationKeySet keySet)
|
| Method Detail |
|---|
ProcessInstanceDAO getTargetInstance()
java.lang.String getGroupId()
int getIndex()
java.lang.String getRoute()
org.apache.ode.bpel.common.CorrelationKeySet getCorrelationKeySet()
void setCorrelationKeySet(org.apache.ode.bpel.common.CorrelationKeySet keySet)
void setCorrelationKey(org.apache.ode.bpel.common.CorrelationKey key)
org.apache.ode.bpel.common.CorrelationKey getCorrelationKey()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||