com.konakart.appif
Interface MqOptionsIf

All Known Implementing Classes:
MqOptions

public interface MqOptionsIf

The object used as an argument to the MQ API calls


Method Summary
 java.lang.String getBrokerUrl()
           
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 java.lang.String getCustomInt1()
           
 java.lang.String getMsgText()
           
 java.lang.String getPassword()
           
 java.lang.String getQueueName()
           
 long getTimeoutMS()
           
 java.lang.String getUsername()
           
 void setBrokerUrl(java.lang.String brokerUrl)
           
 void setCustom1(java.lang.String custom1)
           
 void setCustom2(java.lang.String custom2)
           
 void setCustom3(java.lang.String custom3)
           
 void setCustomInt1(java.lang.String customInt1)
           
 void setMsgText(java.lang.String msgText)
           
 void setPassword(java.lang.String password)
           
 void setQueueName(java.lang.String queueName)
           
 void setTimeoutMS(long timeoutMS)
           
 void setUsername(java.lang.String username)
           
 

Method Detail

getCustom1

java.lang.String getCustom1()
Returns:
the custom1

setCustom1

void setCustom1(java.lang.String custom1)
Parameters:
custom1 - the custom1 to set

getCustom2

java.lang.String getCustom2()
Returns:
the custom2

setCustom2

void setCustom2(java.lang.String custom2)
Parameters:
custom2 - the custom2 to set

getCustom3

java.lang.String getCustom3()
Returns:
the custom3

setCustom3

void setCustom3(java.lang.String custom3)
Parameters:
custom3 - the custom3 to set

getMsgText

java.lang.String getMsgText()
Returns:
the msgText

setMsgText

void setMsgText(java.lang.String msgText)
Parameters:
msgText - the msgText to set

getQueueName

java.lang.String getQueueName()
Returns:
the queueName

setQueueName

void setQueueName(java.lang.String queueName)
Parameters:
queueName - the queueName to set

getUsername

java.lang.String getUsername()
Returns:
the username

setUsername

void setUsername(java.lang.String username)
Parameters:
username - the username to set

getPassword

java.lang.String getPassword()
Returns:
the password

setPassword

void setPassword(java.lang.String password)
Parameters:
password - the password to set

getBrokerUrl

java.lang.String getBrokerUrl()
Returns:
the brokerUrl

setBrokerUrl

void setBrokerUrl(java.lang.String brokerUrl)
Parameters:
brokerUrl - the brokerUrl to set

getTimeoutMS

long getTimeoutMS()
Returns:
the timeoutMS

setTimeoutMS

void setTimeoutMS(long timeoutMS)
Parameters:
timeoutMS - the timeoutMS to set

getCustomInt1

java.lang.String getCustomInt1()
Returns:
the customInt1

setCustomInt1

void setCustomInt1(java.lang.String customInt1)
Parameters:
customInt1 - the customInt1 to set


Copyright © 2011 DS Data Systems UK Ltd.