Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.data
Interface IJMSCallBack


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.CallBackResult
          An 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

processRequest

IJMSCallBack.CallBackResult processRequest(java.lang.String pRequest)
Process a JMS string request message.

Parameters:
pRequest - The request to be processed.
Returns:
The CallBackResult instance containing the result of processing the message.

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.