| Modifier and Type | Method and Description |
|---|---|
MessageKey |
MessageIDMapper.getMappedKey(MessageKey mkey)
Retrieves a message key from the mapped message keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageIDMapper.createIDMap(MessageKey mkey1,
MessageKey mkey2,
long archiveAfter,
boolean callPMIAgent,
boolean transactional)
Creates a map between two message keys.
|
MessageKey |
MessageIDMapper.getMappedKey(MessageKey mkey)
Retrieves a message key from the mapped message keys.
|
| Modifier and Type | Method and Description |
|---|---|
MessageKey |
Message.getMessageKey()
Returns the MessageKey.
|
static MessageKey |
MessageKey.getMessageKeyFromMessageKeyString(String msgKey) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
AckFactory.applicationAck(String connectionName,
MessageKey messageToAck)
Used to notify the Messaging System that the message has been processed by it's final recipient.
|
void |
AckFactory.applicationErrorAck(String connectionName,
MessageKey messageToAck,
Exception error)
Used to notify the Messaging System that the message could not be processed by it's final recipient.
|
void |
AckFactory.deliveryAck(String connectionName,
MessageKey messageToAck)
Used to notify the Messaging System that the message has reached it's final destination.
|
void |
AckFactory.deliveryErrorAck(String connectionName,
MessageKey messageToAck,
Exception error)
Used to notify the Messaging System that the message did not reached it's final destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditAccess.addAuditLogEntry(MessageKey msgKey,
AuditLogStatus status,
String textKey) |
void |
AuditAccess.addAuditLogEntry(MessageKey msgKey,
AuditLogStatus status,
String textKey,
Object[] params)
Writes an
AuditLogEntry to the memory audit store with the given status. |
void |
AuditAccess.flushAuditLogEntries(MessageKey msgKey)
This method is used to explicitly flush all
AuditLogEntry objects stored in the memory audit store
for a given MessagKey to the BC_MSG_AUDIT DB table. |
| Modifier and Type | Field and Description |
|---|---|
protected MessageKey |
MessagingException.messageInErrorKey |
| Modifier and Type | Method and Description |
|---|---|
MessageKey |
MessagingException.getMessageInErrorKey()
Returns the message ID of the message that this exception is referring to.
|
| Constructor and Description |
|---|
DuplicateMessageException(MessageKey messageInErrorKey,
Exception nestedException) |
DuplicateMessageException(MessageKey messageInErrorKey,
String errorText) |
InvalidParamException(MessageKey messageInErrorKey,
Exception nestedException) |
InvalidParamException(MessageKey messageInErrorKey,
String errorText) |
MessageFormatException(MessageKey messageInErrorKey,
Exception nestedException) |
MessageFormatException(MessageKey messageInErrorKey,
String errorText) |
MessagingException(MessageKey messageInErrorKey,
Exception nestedException)
Constructs a
MessagingException with a message key of the message in error and wrapping a nested
exception. |
MessagingException(MessageKey messageInErrorKey,
String errorText)
Constructs a
MessagingException with a message key of the message in error and an error text. |
PayloadFormatException(MessageKey messageInErrorKey,
Exception nestedException) |
PayloadFormatException(MessageKey messageInErrorKey,
String errorText) |
| Modifier and Type | Method and Description |
|---|---|
void |
PMIAccess.invokeAdapterInboundAgent(MessageKey messageKey,
String adapterType,
ProcessingMode processingMode,
String qos,
String queueName,
String adapterData)
Deprecated.
Invokes the AdapterInboundAgent.
|
void |
PMIAccess.invokeAdapterOutboundAgent(MessageKey messageKey,
String adapterType,
ProcessingMode processingMode,
String adapterData)
Deprecated.
Invokes the AdapterOutboundAgent.
|
void |
PMIAccess.invokeAFStatusAgent(MessageKey messageKey,
String status,
String errorCode,
String errorCategory,
String errorText)
Deprecated.
Invokes the AdapterFrameworkStatusAgent.
|
void |
PMIAccess.invokeAFStatusAgent(MessageKey messageKey,
String status,
String errorCode,
String errorCategory,
String errorText,
String adapterType,
String fromParty,
String toParty,
String fromService,
String toService,
String interfaceName,
String interfaceNamespace,
String[] errorParamNames,
String[] errorParamValues)
Deprecated.
Invokes the AdapterFrameworkStatusAgent with additional message header key field data and additional error
parameters (requested for ISpeak Adapters).
|
void |
PMIAccess.invokeChannelDeterminationAgent(MessageKey messageKey,
String channelId,
String channelName,
String adapterType)
Deprecated.
Invokes the ChannelDeterminationAgent.
|
void |
PMIAccess.invokeCPALookupAgent(MessageKey messageKey,
String fromParty,
String fromService,
String toParty,
String toService,
String interfaceName,
String interfaceNamespace)
Deprecated.
Invokes the CPALookupAgent.
|
void |
PMIAccess.invokeIDMappingAgent(MessageKey oldMessageKey,
MessageKey newMessageKey)
Deprecated.
Invokes the IDMappingAgent.
|
void |
PMIAccess.invokeXIRAInboundAgent(MessageKey messageKey)
Deprecated.
Invokes the XIRAInboundAgent.
|
void |
PMIAccess.invokeXIRAOutboundAgent(MessageKey messageKey)
Deprecated.
Invokes the XIRAOutboundAgent.
|
Copyright 2019 SAP AG Complete Copyright Notice