com.stc.eways.MQSeriesETD
Class QueueAccessOptions

java.lang.Object
  |
  +--com.stc.eways.MQSeriesETD.QueueAccessOptions

public class QueueAccessOptions
extends java.lang.Object


Constructor Summary
QueueAccessOptions()
          Simple constructor to init the class.
 
Method Summary
 int getOptions()
          getOptions is used internally to gain access to the member variable the user has been setting the flags on.
 void optionsClearAll()
          optionsClearAll is exposed in the ETD to allow the user to clear all flags they may have set so far.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueAccessOptions

public QueueAccessOptions()
Simple constructor to init the class. Does an optionsClearAll internally.
Parameters:
None.
Method Detail

getOptions

public int getOptions()
getOptions is used internally to gain access to the member variable the user has been setting the flags on.

Parameters:
None.
Returns:
int - Returns the options.
Throws:
None.

optionsClearAll

public void optionsClearAll()
optionsClearAll is exposed in the ETD to allow the user to clear all flags they may have set so far. It sets the options to zero.

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


Copyright 2003 by SeeBeyond Technology Corporation. All Rights Reserved.