getProperties
public static Hashtable getProperties(Object key, MQChannelHeader header, URL url) throws IOException, MQException;
Reads properties concerning a channel in the channel definition table.
- Parameters
- key - the name of the channel.
- header - helps to find the channel information in the table.
- url - the URL of the channel definition table.
- Returns
- the relevant properties in a Hashtable.
- Exceptions
- IOException - raised if there are connection problems.
- MQException - raised if there are WebSphere MQ problems.
uj15240_