Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Listener Notifications | Listener Implementation | Implementing Listener Methods
 
Implementing Listener Methods
Create the private class attributes and implement the following methods:
*listenerStartup
*waitForData
*listenerShutdown
*processNotificationResults
In the example, the class created is SimpleListener. Create the private class attributes and implement the abstract methods to manage a FileReader object and variables to hold data read from the log.
The example also includes an implementation of processNotificationResults.