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:suspendListener
 
pub.art.listener:suspendListener
Suspends a specified listener.
Input Parameters
listenerName
String The name of the listener you want to suspend. The service returns an error if you specify an invalid listener.
Output Parameters
None.
Usage Notes
If the requested transition is not valid (for example, trying to suspend a disabled listener or a listener that is already suspended), the service ignores the request.
After you use this service, you can use pub.art.listener:queryListenerState to verify pub.art.listener:suspendListener correctly changed the state of the listener.