public interface AdapterTypeInfo
WmAdapter
, implement the method
fillAdapterTypeInfo
as follows:
public void fillAdapterTypeInfo(AdapterTypeInfo info, java.util.Locale) { info.addConnectionFactory(connectionFactoryClassName); info.addNotificationType(notificationTypeClassName); info.addListenerType(listenerTypeClassName); }
Modifier and Type | Method and Description |
---|---|
void |
addConnectionFactory(java.lang.String factoryClassName)
Registers the adapter connection type.
|
void |
addListenerType(java.lang.String listenerName)
Registers the adapter listener type.
|
void |
addListenerType(java.lang.String listenerName,
boolean isMultiNode)
Registers the adapter listener type as Single Node or Multi Node Listener.
|
void |
addNotificationType(java.lang.String notificationClassName)
Registers the adapter notification type.
|
void |
addNotificationType(java.lang.String notificationClassName,
boolean hidden) |
void |
addODataEntityProviders(java.lang.String entityType,
java.lang.String provider) |
void |
addODataExpressionParserFactory(java.lang.String parserClassName) |
void |
addXidFactory(java.lang.String xaResourceClassname,
java.lang.String xidFactory)
For Oracle XResource issue.
|
void addConnectionFactory(java.lang.String factoryClassName)
factoryClassName
- the class name of the subclass of WmManagedConnectionFactory
void addListenerType(java.lang.String listenerName)
listenerName
- the class name of the subclass of WmConnectedListener
void addListenerType(java.lang.String listenerName, boolean isMultiNode)
listenerName
- the class name of the subclass of WmConnectedListener
isMultiNode
- flag which determines the Listener is Multi Node listener or a Single Node Listener in Clustervoid addNotificationType(java.lang.String notificationClassName)
notificationClassName
- the class name of the subclass of WmPollingNotification
void addNotificationType(java.lang.String notificationClassName, boolean hidden)
void addODataEntityProviders(java.lang.String entityType, java.lang.String provider)
void addODataExpressionParserFactory(java.lang.String parserClassName)
void addXidFactory(java.lang.String xaResourceClassname, java.lang.String xidFactory)
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.