|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.aii.af.service.administration.api.AdapterCapability
public class AdapterCapability
Provides an enumeration of adapter capabilities, i.e. features that an adapter supports.
The adapter capabilities are passed on to the Adapter Framework during an
adapter's registration using the AdapterRegistry.registerAdapter
method.
AdapterRegistry,
Serialized Form| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AdapterCapability[] NONE
public static final AdapterCapability PUSH_CHANNEL_STATUS
MonitoringManager.reportChannelStatus method.
MonitoringManagerpublic static final AdapterCapability PUSH_PROCESS_STATUS
MonitoringManager.reportProcessStatus method.
MonitoringManager| Method Detail |
|---|
public String toString()
toString in class ObjectAdapterCapability's string representationpublic static AdapterCapability valueOf(String capability)
AdapterCapability's string representation into
an object instance.
capability - the capability's string representation
protected Object readResolve()
throws ObjectStreamException
ObjectStreamException
|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||