Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | The Adapter Definition | Creating a WmAdapter Implementation Class | Describe WmAdapter method
 
Describe WmAdapter method
To register the adapter in adapter runtime for supporting parallel asset initialization, you must override the following base class method in your WmAdapter implementation
Name
Description
supportsParallelAssetInitialization
Indicates if the adapter supports parallel asset initialization. The default return value is false. Override this method and use the watt property for the adapter to enable or disable parallel asset initialization.