|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
public static class IJMSCallBack.CallBackResult
An inner class used to return the result status when processing a JMS request.
| Constructor Summary | |
|---|---|
IJMSCallBack.CallBackResult()A simple constructor. |
|
IJMSCallBack.CallBackResult(java.lang.String pClientID, java.lang.String pMessageSelector, java.lang.String pMessageMaxNumber, java.lang.String pMessageTimeOut, java.lang.String pNextMessageTimeOut, java.lang.String pDurable)A constructor that takes the stored message processing information as passed-in parameters. |
|
| Method Summary | |
|---|---|
java.lang.String |
getClientID()Get the client id for the subscriber or queue receiver used to recieve the message. |
java.lang.String |
getDurable()Return true if the JMS subscriber used to receive the message is a durable subscriber. |
java.lang.String |
getMessageMaxNumber()Get the maximum number of JMS messages that can be simultaneously assigned to a server session in a JMS server session pool in a JMS ConnectionConsumer instance. |
java.lang.String |
getMessageSelector()Get the JMS message selector used by the receiver to filter the messages. |
java.lang.String |
getMessageTimeOut()Get the JMS message timeout value used when retrieving the JMS message. |
java.lang.String |
getNextMessageTimeOut()Get the JMS timeout that will be used when receiving the next message. |
boolean |
isFillJMS()If true, this result class has been populated with information from a valid JMS request. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IJMSCallBack.CallBackResult()
public IJMSCallBack.CallBackResult(java.lang.String pClientID,
java.lang.String pMessageSelector,
java.lang.String pMessageMaxNumber,
java.lang.String pMessageTimeOut,
java.lang.String pNextMessageTimeOut,
java.lang.String pDurable)
pClientID - the client id stringpMessageSelector - the message selectorpMessageMaxNumber - the maximum number of simultaneous message allowed.pMessageTimeOut - the timeout value in millisecondspNextMessageTimeOut - the timeout value for the next message in millisecondspDurable - true if the subscriber is a durable subscriber, false otherwise.| Method Detail |
|---|
public boolean isFillJMS()
public java.lang.String getMessageTimeOut()
public java.lang.String getMessageMaxNumber()
ConnectionConsumer instance.public java.lang.String getNextMessageTimeOut()
public java.lang.String getDurable()
public java.lang.String getMessageSelector()
public java.lang.String getClientID()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||