public class ProcessingMode extends Object implements Serializable
The ProcessingMode object is a typesafe enumeration class which is to be used as a parameter to the
PMI agents AdapterInboundAgent and AdapterOutboundAgent. The supported processing mode constants are:
| Modifier and Type | Field and Description |
|---|---|
static ProcessingMode |
ASYNC
Deprecated.
|
static ProcessingMode |
SYNC
Deprecated.
|
static ProcessingMode |
UNKNOWN
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ProcessingMode(String value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
static ProcessingMode[] |
getProcessingModes()
Deprecated.
Returns an array of all known ProcessingMode constants.
|
int |
hashCode()
Deprecated.
|
protected Object |
readResolve()
Deprecated.
|
String |
toString()
Deprecated.
Returns the string representation of the ProcessingMode.
|
static ProcessingMode |
valueOf(String s)
Deprecated.
Returns an instance of
ProcessingMode that represents the ProcessingMode given as a string. |
public static final ProcessingMode SYNC
public static final ProcessingMode ASYNC
public static final ProcessingMode UNKNOWN
protected ProcessingMode(String value)
public String toString()
ProcessingMode instance by a call to valueOf(String).public static ProcessingMode valueOf(String s)
ProcessingMode that represents the ProcessingMode given as a string. This
will typically be used to create a ProcessingMode object from a string retrieved from the database.s - string value of ProcessingModeNullPointerException - if the argument is null.IllegalArgumentException - if the argument is not a known transport.protected Object readResolve() throws ObjectStreamException
ObjectStreamException - ObjectStreamExceptionpublic static ProcessingMode[] getProcessingModes()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.ifc.facade
|
api
|
BC-XI
|
Copyright 2019 SAP AG Complete Copyright Notice