|
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.engine.interfaces.messaging.api.pmi.ProcessingMode
public class ProcessingMode
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:
| Field Summary | |
|---|---|
static ProcessingMode |
ASYNC
|
static ProcessingMode |
SYNC
|
static ProcessingMode |
UNKNOWN
|
| Constructor Summary | |
|---|---|
protected |
ProcessingMode(String value)
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static ProcessingMode[] |
getProcessingModes()
Returns an array of all known ProcessingMode constants. |
int |
hashCode()
|
protected Object |
readResolve()
|
String |
toString()
Returns the string representation of the ProcessingMode. |
static ProcessingMode |
valueOf(String s)
Returns an instance of ProcessingMode that represents the ProcessingMode given as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ProcessingMode SYNC
public static final ProcessingMode ASYNC
public static final ProcessingMode UNKNOWN
| Constructor Detail |
|---|
protected ProcessingMode(String value)
| Method Detail |
|---|
public String toString()
ProcessingMode instance by a call to valueOf(String).
toString in class Objectpublic 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.
NullPointerException - if the argument is null.
IllegalArgumentException - if the argument is not a known transport.
protected Object readResolve()
throws ObjectStreamException
ObjectStreamExceptionpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic static ProcessingMode[] getProcessingModes()
|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||