setInt

 

public void setInt(String name, int value) throws JMSException;

Sets an integer with the given name in the map.

Parameters

  • name - the name of the integer

  • value - the 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.


uj26350_