setDouble

 

public void setDouble(String name, double value) throws JMSException;

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

Parameters

  • name - the name of the double

  • 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 is in read-only mode.


uj26330_