|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQProcessContinuationHandler
Implement this interface to save and retrieve process continuation objects from the appropriate data source. The data source could be a database, message header, cache, file, etc.
XQProcessContinuation
Method Summary | |
---|---|
XQProcessContinuation |
retrieve(XQMessage message,
XQServiceContext serviceContext)
Create a process continuation object from the target data source. |
void |
save(XQMessage message,
XQServiceContext serviceContext,
XQProcessContinuation continuation)
Write the process continuation object to the appropriate data source. |
Method Detail |
---|
void save(XQMessage message, XQServiceContext serviceContext, XQProcessContinuation continuation)
message
- The XQMessageserviceContext
- The service context of the service doing the passivationcontinuation
- The continuation objectXQProcessContinuation retrieve(XQMessage message, XQServiceContext serviceContext)
message
- The XQMessageserviceContext
- The service context of the service doign the activation
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |