public abstract class WmSyncListenerNotification extends WmSynchronousNotification implements WmListenerNotification, WmRequiresConnection
SELECT_EXECUTESERVICE_USER_ADAPTER_LIST
_localPublish, _notificationNodeName, _pubRecNodeName, _repRecNodeName, _reqRecNodeName, _serviceName, _UUID
NOTIFY_DELETE, NOTIFY_DELETE_CALLBACK_NAME, NOTIFY_DISABLE, NOTIFY_DISABLE_CALLBACK_NAME, NOTIFY_ENABLE, NOTIFY_ENABLE_CALLBACK_NAME, NOTIFY_INIT, NOTIFY_INIT_CALLBACK_NAME, NOTIFY_RESUME, NOTIFY_RESUME_CALLBACK_NAME, NOTIFY_SHUTDOWN, NOTIFY_SHUTDOWN_CALLBACK_NAME, NOTIFY_STARTUP, NOTIFY_STARTUP_CALLBACK_NAME, NOTIFY_SUSPEND, NOTIFY_SUSPEND_CALLBACK_NAME, NOTIFY_UPDATE, NOTIFY_UPDATE_CALLBACK_NAME, ORDERED_NAME_LIST
Constructor and Description |
---|
WmSyncListenerNotification() |
Modifier and Type | Method and Description |
---|---|
WmManagedConnection |
retrieveConnection()
Called from a notification to retrieve a connection.
|
abstract boolean |
supports(java.lang.Object data)
Called by the listener on registered notifications to determine if the notification can process the
data.
|
void |
useConnection(WmManagedConnection connection)
Methods for WmAvailableConnection interface.
|
configureIOProperties, getReplyDocumentName, getRequestDocumentName, inputRecordName, invokeService, outputRecordName, selectUserForExecuteService, setDocumentProperties
changeNotificationData, checkTransaction, commitTransaction, debuglog, deleteCallBack, disableCallBack, dispatchConnectionError, enableCallBack, enabled, errorLog, execute, fillWmTemplateDescriptor, getConnection, getConnectionDataNode, getDesignTimeLocale, initCallBack, initNotificationNodeProperties, logCallback, logDebugPlus, logDebugPlus, logDebugPlus, logDebugPlusNamed, makeDetailedException, makeDetailedException, makeDetailedException, makeDetailedException, nodeName, nodeNameOrUnknown, notifyEvent, populateMetadata, queryPackage, resumeCallBack, returnNotificationData, rollbackTransaction, runNotification, runNotification, sendEventToEventBus, setDesignTimeLocale, shutdownCallBack, startupCallBack, suspendCallBack, updateCallBack
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabled, execute, nodeName, queryPackage, runNotification
public WmManagedConnection retrieveConnection()
runNotification()
method.retrieveConnection
in interface WmRequiresConnection
WmNotification
public abstract boolean supports(java.lang.Object data) throws javax.resource.ResourceException
WmNotificationListener.waitForData()
method. If this method returns true, then the WmNotification.runNotification()
method will be
called to process the data.supports
in interface WmListenerNotification
data
- a resource specific Object that is returned from the listener's waitForData() method.javax.resource.ResourceException
WmListenerNotification
public void useConnection(WmManagedConnection connection)
useConnection
in interface WmRequiresConnection
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.