setShort

 

public void setShort(String name, short value) throws JMSException;

Sets a short value with the given name in the map.

Parameters

  • name - the name of the short

  • value - the short value to set in the map.

Exceptions

  • JMSException - if JMS fails to write the message due to an internal error.

  • MessageNotWriteableException - if the message in read-only mode.


uj26380_