|
SAP NetWeaver 7.11 (EhP1 SP02) Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AckType | |
|---|---|
| com.sap.engine.interfaces.messaging.api | |
| com.sap.engine.interfaces.messaging.api.ack | |
| Uses of AckType in com.sap.engine.interfaces.messaging.api |
|---|
| Fields in com.sap.engine.interfaces.messaging.api declared as AckType | |
|---|---|
static AckType |
AckType.APPLICATION
|
static AckType |
AckType.APPLICATION_ERROR
|
static AckType |
AckType.SYSTEM
|
static AckType |
AckType.SYSTEM_ERROR
|
| Methods in com.sap.engine.interfaces.messaging.api that return AckType | |
|---|---|
static AckType[] |
AckType.getAckTypes()
Returns an array of all known AckType constants. |
static AckType |
AckType.valueOf(String s)
Returns an instance of AckType that represents the ack type given as a string. |
| Methods in com.sap.engine.interfaces.messaging.api with parameters of type AckType | |
|---|---|
boolean |
Message.isAck(AckType ackType)
Returns if the current message is an acknowledgement message of the specified type. |
boolean |
Message.isAckRequested(AckType ackType)
Returns if for the current message an acknowledgement message of the specified type is requested. |
| Uses of AckType in com.sap.engine.interfaces.messaging.api.ack |
|---|
| Methods in com.sap.engine.interfaces.messaging.api.ack with parameters of type AckType | |
|---|---|
void |
AckFactory.ackNotSupported(String connectionName,
MessageKey messageKey,
AckType[] acksNotSupported)
Used to notify the Messaging System that a received message cannot be acked in one of the following ways because the application doesn't support that feature. |
|
SAP NetWeaver 7.11 (EhP1 SP02) Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||