Home

 

Register

 

The register extension point is used for the following:

The following code extract is taken from the file, plugin.xml, from the simple plug-in and shows a basic implementation of the register extension point:

<extension
   id="com.ibm.mq.explorer.sample.simple"
   name="Simple Sample"
   point="com.ibm.mq.explorer.ui.registerplugin">
 <pluginDetails
   pluginId="com.ibm.mq.explorer.sample.simple"
   name="Simple"
   class="com.ibm.mq.explorer.sample.simple.SimpleNotify"
   enabledByDefault="true"
   description="a very simple sample plugin to Explorer"
   vendor="IBM">
 </pluginDetails>
</extension>

 

Parent topic:

Utilizing extension points


fa12350_


 

Home