getAttributeString
public final String getAttributeString(int aSelector, int length) throws MQException;
Gets an attribute string.
- Parameters
- aSelector - indicates which attribute is being queried. Suitable selectors for character attributes are shown in MQC.MQCA_*.
- length - the length of string required.
- Exceptions
- MQException - if the call fails.
uj13270_