|
SAP NetWeaver 7.30 SP02 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.AckType
public class AckType
The AckType is used to represent the various Acknowledgement Types that are currently supported by the
Messaging System:
| Field Summary | |
|---|---|
static AckType |
APPLICATION
|
static AckType |
APPLICATION_ERROR
|
static AckType |
SYSTEM
|
static AckType |
SYSTEM_ERROR
|
| Method Summary | |
|---|---|
static AckType[] |
getAckTypes()
Returns an array of all known AckType constants. |
protected Object |
readResolve()
Prevents the release of multiple instances upon deserialization. |
String |
toString()
Returns the string representation of the ack type. |
static AckType |
valueOf(String s)
Returns an instance of AckType that represents the ack type given as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AckType SYSTEM
public static final AckType SYSTEM_ERROR
public static final AckType APPLICATION
public static final AckType APPLICATION_ERROR
| Method Detail |
|---|
public String toString()
AckType instance
by a call to valueOf(String).
toString in class Objectpublic static AckType valueOf(String s)
AckType that represents the ack type given as a string. This will typically
be used to create a AckType object from a string retrieved from the database.
NullPointerException - if the argument is null.
IllegalArgumentException - if the argument is not a known ack type.
protected Object readResolve()
throws ObjectStreamException
ObjectStreamExceptionpublic static AckType[] getAckTypes()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.ifc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.30 SP02 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||