Notify events

Within the IBM® MQ Explorer, when an IBM MQ object is created, or manipulated, a Java™ object relating to the IBM MQ object can be generated.

These Java objects can be used to find the name, type, and other externalized attributes of an IBM MQ object.

For Java objects to be generated, the register extension point must specify a class. In the plugin.xml file from the simple plugin, the class specified is as follows:

class="com.ibm.mq.explorer.sample.simple.SimpleNotify"
This class contains a number of object specific methods. When an IBM MQ object is created, or manipulated, the appropriate method from the notify class is called. This class can be used as a basis for writing your own class. For the methods that this class must contain refer to the IBM MQ Explorer Javadoc documentation. For information on how to access the IBM MQ Explorer Javadoc documentation, see API Reference.