setProperty method

Syntax
void QAMessage.setProperty(
  String name,
  Object value
)
throws QAException
Parameters
  • name   The property name.

  • value   The property value.

Throws
  • Thrown if there is a problem setting the property.

Remarks

Sets a property.

The property type must correspond to one of the acceptable primitive types, or String.

See Also

MessageProperties interface