com.konakart.rmi.app
Class S_MqOptions
java.lang.Object
com.konakart.rmi.app.S_MqOptions
- All Implemented Interfaces:
- java.io.Serializable
public class S_MqOptions
- extends java.lang.Object
- implements java.io.Serializable
The object used as an argument to 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_MqOptions
public S_MqOptions()
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
getQueueName
public java.lang.String getQueueName()
- Returns:
- the queueName
setQueueName
public void setQueueName(java.lang.String _queueName)
- Parameters:
_queueName - the queueName to set
getUsername
public java.lang.String getUsername()
- Returns:
- the username
setUsername
public void setUsername(java.lang.String _username)
- Parameters:
_username - the username to set
getPassword
public java.lang.String getPassword()
- Returns:
- the password
setPassword
public void setPassword(java.lang.String _password)
- Parameters:
_password - the password to set
getBrokerUrl
public java.lang.String getBrokerUrl()
- Returns:
- the brokerUrl
setBrokerUrl
public void setBrokerUrl(java.lang.String _brokerUrl)
- Parameters:
_brokerUrl - the brokerUrl to set
getTimeoutMS
public long getTimeoutMS()
- Returns:
- the timeoutMS
setTimeoutMS
public void setTimeoutMS(long _timeoutMS)
- Parameters:
_timeoutMS - the timeoutMS to set
getCustomInt1
public java.lang.String getCustomInt1()
- Returns:
- the customInt1
setCustomInt1
public void setCustomInt1(java.lang.String _customInt1)
- Parameters:
_customInt1 - the customInt1 to set
Copyright © 2011 DS Data Systems UK Ltd.