blob: 91abb3cacd716cf8363917df6d90862889ff91cf [file] [log] [blame]
public void setErrorQOptions(int errorQOptions) {
this.errorQOptions = errorQOptions;
} /** Sets the MQSeries error queue. */
public void setErrorQueue(MQQueue errorQueue) {
this.errorQueue = errorQueue;
} /** Sets the MQSeries error queue name to use on open. */
public void setErrorQueueName(String errorQueueName) {
this.errorQueueName = errorQueueName;
} /** Sets the MQ option flags to use for the input queue on open. */
public void setInputQOptions(int inputQOptions) {
this.inputQOptions = inputQOptions;
} /** Sets the MQSeries input queue. */
public void setInputQueue(MQQueue inputQueue) {
this.inputQueue = inputQueue;
} /** Sets the MQSeries input queue name to use on open. */