See: Description
Interface | Description |
---|---|
ClusterAware |
By this marker interface Adapter Developers can make existing @
WmConnectedListener
type Listener ClusterAware without changing any configuration. |
WmAvailableConnection | |
WmListenerNotification |
Implemented by notification classes to indicate the class is meant
to be registered and interact with an adapters listener.
|
WmRequiresConnection |
Implemented by notification classes that require a connection
for proper execution at run time.
|
Class | Description |
---|---|
AsyncNotificationResults |
This class represents the results returned from a single execution
of an asynchronous notification.
|
ClusterAwareConcurrentListener |
Upgraded version of Adapter runtime listener which is partly similar to
WmConnectedListener , since it relies on managed connection object to
perform event retrieval and notification execution. |
ConnectedNotificationEvent |
Represents a single execution of a notification.
|
ListenerDataAccess |
ListenerDataAccess provides access to store & retrieve the messages of the
particular listener based upon the key.
|
NotificationEvent |
This class is a wrapper to pass the data received by a listener
into a notification for execution.
|
NotificationResults |
This is the base class that represents the results returned from a
single execution of a notification.
|
SyncNotificationResults |
This class represents the results returned from a single execution
of a synchronous notification.
|
WmAsynchronousNotification |
This class provides a callable method for publishing a WmRecord
through the webMethods Integration Server's asynchronous publish
mechanism.
|
WmAsyncListenerNotification |
Defines notifications that will be executed from a listener and will
asynchronously publish the documents to the Integration Server.
|
WmConnectedListener |
This class indicates the listener requires a seperate connection class be used
to communicate with the backend resource.
|
WmNotification |
Base class that is extended by all notification classes
provided with the Integration Server.
|
WmNotificationListener |
Base class that is extended by all listener classes
provided with the Integration Server.
|
WmPollingNotification |
Defines notifications that will be executed in a polling schedule and
will asynchronously publish the documents to the Integration Server.
|
WmSynchronousNotification |
This class provides a callable method for invoking a service
on the webMethods Integration Server.
|
WmSyncListenerNotification |
Defines notifications that will be executed from a listener and will
synchronously call a service in the webMethods Integration Server.
|
WmUnconnectedListener |
A listener that does not use a connection.
|
Copyright © 2003 - 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.