com.stc.eways.MQSeriesETD
Class GMO

com.stc.eways.MQSeriesETD.GMO

public class GMO


Constructor Summary
GMO(java.util.Properties props)
          Simple constructor to initialize the class.
 
Method Summary
 void matchOptionsClearAll()
          Clears all match options.
 void optionsClearAll()
          Clears all option flags.
 void setUnlimitedWait()
          setUnlimitedWait sets the wait time to MQC.MQWI_UNLIMITED.
 void setWaitValue(int v)
          setWaitValue allows the user to specify a specific number of milliseconds to wait.
 

Constructor Detail

GMO

public GMO(java.util.Properties props)
Simple constructor to initialize the class. Does a clearAll for the options and match options.
Method Detail

matchOptionsClearAll

public void matchOptionsClearAll()
Clears all match options. Set match options to MQMO_NONE.

Parameters:
None.
Returns:
void - None.
Throws:
None.

optionsClearAll

public void optionsClearAll()
Clears all option flags. Resets options to MQGMO_NONE.

Parameters:
None.
Returns:
void - None.
Throws:
None.

setUnlimitedWait

public void setUnlimitedWait()
setUnlimitedWait sets the wait time to MQC.MQWI_UNLIMITED.

Parameters:
None.
Returns:
void - None.
Throws:
None.

setWaitValue

public void setWaitValue(int v)
setWaitValue allows the user to specify a specific number of milliseconds to wait.

Parameters:
v - The number of milliseconds
Returns:
void - None.
Throws:
None.


Copyright 2003 by SeeBeyond Technology Corporation. All Rights Reserved.