getMapNames

 

public Enumeration getMapNames() throws JMSException;

Gets an Enumeration of all the MapMessage's names.

Returns

  • an enumeration of all the names in this MapMessage.

Exceptions

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


uj26230_