|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJMSCallBack
An interface used to have a way to process a request string from the JMS service, when checking the source/target data access. If the source or target data is connected to a data server with JMS technology, then the processRequest method will be called with the request string that has been recieved from JMS, and it will return an instance of the CallBackResult inner class. It is up to the user to provide an appropriate implementation for this interface, when using the data access helper classes.
| Nested Class Summary | |
|---|---|
static class |
IJMSCallBack.CallBackResultAn inner class used to return the result status when processing a JMS request. |
| Method Summary | |
|---|---|
IJMSCallBack.CallBackResult |
processRequest(java.lang.String pRequest)Process a JMS string request message. |
| Method Detail |
|---|
IJMSCallBack.CallBackResult processRequest(java.lang.String pRequest)
pRequest - The request to be processed.CallBackResult instance containing the result of processing the message.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||