webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Adapter Runtime Built-In Services Reference | Summary of Adapter Runtime Built-In Services | pub.art.listener:listAdapterListeners
 
pub.art.listener:listAdapterListeners
Lists listeners associated with a specified adapter.
Input Parameters
adapterTypeName
String The name of the adapter as registered with the WmART package.
Output Parameters
listenerDataList
Document List Information for each listener registered with the specified adapter.
Key
Description
listenerNodeName
String The name of the listener.
packageName
String The name of the package in which the listener resides.
listenerEnabled
String Current state of the listener. The state will have one of these values:
*disabled if the listener is disabled.
*enabled if the listener is enabled.
*enablePending if the listener is in the process of starting.
*disablePending if the listener is in the process of disabling.
*suspended if the listener is suspended.
*suspendPending if the listener is in the process of suspending.