public class AdapterCapability extends Object implements Serializable
The adapter capabilities are passed on to the Adapter Framework during an
adapter's registration using the AdapterRegistry.registerAdapter
method.
AdapterRegistry
,
Serialized FormModifier and Type | Field and Description |
---|---|
static AdapterCapability |
CHANNEL_SELFTEST
Indicates that the adapter supports the self-test feature which is based on a concrete Channel.
|
static AdapterCapability[] |
NONE
Specifies that the adapter does not support any special capabilities.
|
static AdapterCapability |
PUSH_CHANNEL_STATUS
Indicates that the adapter reports channel state transitions by
invoking the
MonitoringManager.reportChannelStatus method. |
static AdapterCapability |
PUSH_PROCESS_STATUS
Indicates that the adapter reports process state transitions by
invoking the
MonitoringManager.reportProcessStatus method. |
Modifier and Type | Method and Description |
---|---|
protected Object |
readResolve()
Used internally to enforce enum pattern after object de-serialization.
|
String |
toString()
Converts this object into a string representation.
|
static AdapterCapability |
valueOf(String capability)
Converts an
AdapterCapability 's string representation into
an object instance. |
public static final AdapterCapability[] NONE
public static final AdapterCapability PUSH_CHANNEL_STATUS
MonitoringManager.reportChannelStatus
method.MonitoringManager
public static final AdapterCapability PUSH_PROCESS_STATUS
MonitoringManager.reportProcessStatus
method.MonitoringManager
public static final AdapterCapability CHANNEL_SELFTEST
MonitoringManager.getChannelSelfTestResults
method.public String toString()
public static AdapterCapability valueOf(String capability)
AdapterCapability
's string representation into
an object instance.capability
- the capability's string representationprotected Object readResolve() throws ObjectStreamException
ObjectStreamException
- In case there was a problem reading the object (e.g. invalid input data in the stream)Access Rights |
---|
SC | DC | Public Part | ACH |
---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.svc.facade
|
api
|
BC-XI
|
Copyright 2019 SAP AG Complete Copyright Notice