com.konakart.rmi.app
Class S_MqResponse
java.lang.Object
com.konakart.rmi.app.S_MqResponse
- All Implemented Interfaces:
- java.io.Serializable
public class S_MqResponse
- extends java.lang.Object
- implements java.io.Serializable
The object used as a return object from the MQ API calls
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S_MqResponse
public S_MqResponse()
getCustom1
public java.lang.String getCustom1()
- Returns:
- the custom1
setCustom1
public void setCustom1(java.lang.String _custom1)
- Parameters:
_custom1 - the custom1 to set
getCustom2
public java.lang.String getCustom2()
- Returns:
- the custom2
setCustom2
public void setCustom2(java.lang.String _custom2)
- Parameters:
_custom2 - the custom2 to set
getCustom3
public java.lang.String getCustom3()
- Returns:
- the custom3
setCustom3
public void setCustom3(java.lang.String _custom3)
- Parameters:
_custom3 - the custom3 to set
getMsgText
public java.lang.String getMsgText()
- Returns:
- the msgText
setMsgText
public void setMsgText(java.lang.String _msgText)
- Parameters:
_msgText - the msgText to set
isTimedout
public boolean isTimedout()
- Returns:
- whether or not a timeout occurred
setTimedout
public void setTimedout(boolean _timedout)
- Parameters:
_timedout - the timedout to set
getJMSCorrelationId
public java.lang.String getJMSCorrelationId()
- Returns:
- the jMSCorrelationId
setJMSCorrelationId
public void setJMSCorrelationId(java.lang.String _jMSCorrelationId)
- Parameters:
_jMSCorrelationId - the jMSCorrelationId to set
getJMSMessageId
public java.lang.String getJMSMessageId()
- Returns:
- the jMSMessageId
setJMSMessageId
public void setJMSMessageId(java.lang.String _jMSMessageId)
- Parameters:
_jMSMessageId - the jMSMessageId to set
getCustomInt1
public int getCustomInt1()
- Returns:
- the customInt1
setCustomInt1
public void setCustomInt1(int _customInt1)
- Parameters:
_customInt1 - the customInt1 to set
Copyright © 2011 DS Data Systems UK Ltd.