Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Listener Notifications | Listener Implementation | Updating the Resource Bundle
 
Updating the Resource Bundle
Optionally, update the resource bundle with a display name, description, and help URL to make the listener more usable. For example:
,{SimpleListener.class.getName() + ADKGLOBAL.RESOURCEBUNDLEKEY_DISPLAYNAME,
"Simple Listener"}
,{SimpleListener.class.getName() + ADKGLOBAL.RESOURCEBUNDLEKEY_DESCRIPTION,
"Use to monitor log files"}
,{SimpleListener.class.getName() + ADKGLOBAL.RESOURCEBUNDLEKEY_LISTLISTENERS
+ ADKGLOBAL.RESOURCEBUNDLEKEY_HELPURL,
<help-URL>}
,{SimpleListener.class.getName() + ADKGLOBAL.RESOURCEBUNDLEKEY_LISTLISTENERTYPES
+ ADKGLOBAL.RESOURCEBUNDLEKEY_HELPURL, <help-URL>}
,{SimpleListener.class.getName() +
ADKGLOBAL.RESOURCEBUNDLEKEY_LISTLISTENERNOTIFICATIONS
+ ADKGLOBAL.RESOURCEBUNDLEKEY_HELPURL, <help-URL>}