com.konakart.app
Class MqOptions
java.lang.Object
com.konakart.app.MqOptions
- All Implemented Interfaces:
- MqOptionsIf
public class MqOptions
- extends java.lang.Object
- implements MqOptionsIf
The object used as an argument to the MQ API calls
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MqOptions
public MqOptions()
toString
public java.lang.String toString()
- Returns a string containing the attributes of the MqOptions object
- Overrides:
toString in class java.lang.Object
getCustom1
public java.lang.String getCustom1()
- Specified by:
getCustom1 in interface MqOptionsIf
- Returns:
- the custom1
setCustom1
public void setCustom1(java.lang.String custom1)
- Specified by:
setCustom1 in interface MqOptionsIf
- Parameters:
custom1 - the custom1 to set
getCustom2
public java.lang.String getCustom2()
- Specified by:
getCustom2 in interface MqOptionsIf
- Returns:
- the custom2
setCustom2
public void setCustom2(java.lang.String custom2)
- Specified by:
setCustom2 in interface MqOptionsIf
- Parameters:
custom2 - the custom2 to set
getCustom3
public java.lang.String getCustom3()
- Specified by:
getCustom3 in interface MqOptionsIf
- Returns:
- the custom3
setCustom3
public void setCustom3(java.lang.String custom3)
- Specified by:
setCustom3 in interface MqOptionsIf
- Parameters:
custom3 - the custom3 to set
getMsgText
public java.lang.String getMsgText()
- Specified by:
getMsgText in interface MqOptionsIf
- Returns:
- the msgText
setMsgText
public void setMsgText(java.lang.String msgText)
- Specified by:
setMsgText in interface MqOptionsIf
- Parameters:
msgText - the msgText to set
getQueueName
public java.lang.String getQueueName()
- Specified by:
getQueueName in interface MqOptionsIf
- Returns:
- the queueName
setQueueName
public void setQueueName(java.lang.String queueName)
- Specified by:
setQueueName in interface MqOptionsIf
- Parameters:
queueName - the queueName to set
getUsername
public java.lang.String getUsername()
- Specified by:
getUsername in interface MqOptionsIf
- Returns:
- the username
setUsername
public void setUsername(java.lang.String username)
- Specified by:
setUsername in interface MqOptionsIf
- Parameters:
username - the username to set
getPassword
public java.lang.String getPassword()
- Specified by:
getPassword in interface MqOptionsIf
- Returns:
- the password
setPassword
public void setPassword(java.lang.String password)
- Specified by:
setPassword in interface MqOptionsIf
- Parameters:
password - the password to set
getBrokerUrl
public java.lang.String getBrokerUrl()
- Specified by:
getBrokerUrl in interface MqOptionsIf
- Returns:
- the brokerUrl
setBrokerUrl
public void setBrokerUrl(java.lang.String brokerUrl)
- Specified by:
setBrokerUrl in interface MqOptionsIf
- Parameters:
brokerUrl - the brokerUrl to set
getTimeoutMS
public long getTimeoutMS()
- Specified by:
getTimeoutMS in interface MqOptionsIf
- Returns:
- the timeoutMS
setTimeoutMS
public void setTimeoutMS(long timeoutMS)
- Specified by:
setTimeoutMS in interface MqOptionsIf
- Parameters:
timeoutMS - the timeoutMS to set
getCustomInt1
public java.lang.String getCustomInt1()
- Specified by:
getCustomInt1 in interface MqOptionsIf
- Returns:
- the customInt1
setCustomInt1
public void setCustomInt1(java.lang.String customInt1)
- Specified by:
setCustomInt1 in interface MqOptionsIf
- Parameters:
customInt1 - the customInt1 to set
Copyright © 2011 DS Data Systems UK Ltd.