itemExists

 

public boolean itemExists(String name) throws JMSException;

Checks whether an item exists in this MapMessage.

Parameters

  • name - the name of the item to test

Returns

  • trueif the item does exist.

Exceptions

  • JMSException - if a JMS error occurs.


uj26270_