Uses of Class
com.sap.engine.interfaces.messaging.api.MessageKey

Packages that use MessageKey
com.sap.aii.af.service.idmap   
com.sap.engine.interfaces.messaging.api   
com.sap.engine.interfaces.messaging.api.ack   
com.sap.engine.interfaces.messaging.api.auditlog   
com.sap.engine.interfaces.messaging.api.exception   
com.sap.engine.interfaces.messaging.api.pmi   
 

Uses of MessageKey in com.sap.aii.af.service.idmap
 

Methods in com.sap.aii.af.service.idmap that return MessageKey
 MessageKey MessageIDMapper.getMappedKey(MessageKey mkey)
          Retrieves a message key from the mapped message keys.
 

Methods in com.sap.aii.af.service.idmap with parameters of type MessageKey
 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.
 

Uses of MessageKey in com.sap.engine.interfaces.messaging.api
 

Methods in com.sap.engine.interfaces.messaging.api that return MessageKey
 MessageKey Message.getMessageKey()
          Returns the MessageKey.
static MessageKey MessageKey.getMessageKeyFromMessageKeyString(String msgKey)
           
 

Uses of MessageKey in com.sap.engine.interfaces.messaging.api.ack
 

Methods in com.sap.engine.interfaces.messaging.api.ack with parameters of type MessageKey
 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.
 

Uses of MessageKey in com.sap.engine.interfaces.messaging.api.auditlog
 

Methods in com.sap.engine.interfaces.messaging.api.auditlog with parameters of type MessageKey
 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.
 

Uses of MessageKey in com.sap.engine.interfaces.messaging.api.exception
 

Fields in com.sap.engine.interfaces.messaging.api.exception declared as MessageKey
protected  MessageKey MessagingException.messageInErrorKey
           
 

Methods in com.sap.engine.interfaces.messaging.api.exception that return MessageKey
 MessageKey MessagingException.getMessageInErrorKey()
          Returns the message ID of the message that this exception is referring to.
 

Constructors in com.sap.engine.interfaces.messaging.api.exception with parameters of type MessageKey
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)
           
 

Uses of MessageKey in com.sap.engine.interfaces.messaging.api.pmi
 

Methods in com.sap.engine.interfaces.messaging.api.pmi with parameters of type MessageKey
 void PMIAccess.invokeAdapterInboundAgent(MessageKey messageKey, String adapterType, ProcessingMode processingMode, String qos, String queueName, String adapterData)
          Invokes the AdapterInboundAgent.
 void PMIAccess.invokeAdapterOutboundAgent(MessageKey messageKey, String adapterType, ProcessingMode processingMode, String adapterData)
          Invokes the AdapterOutboundAgent.
 void PMIAccess.invokeAFStatusAgent(MessageKey messageKey, String status, String errorCode, String errorCategory, String errorText)
          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)
          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)
          Invokes the ChannelDeterminationAgent.
 void PMIAccess.invokeCPALookupAgent(MessageKey messageKey, String fromParty, String fromService, String toParty, String toService, String interfaceName, String interfaceNamespace)
          Invokes the CPALookupAgent.
 void PMIAccess.invokeIDMappingAgent(MessageKey oldMessageKey, MessageKey newMessageKey)
          Invokes the IDMappingAgent.
 void PMIAccess.invokeXIRAInboundAgent(MessageKey messageKey)
          Invokes the XIRAInboundAgent.
 void PMIAccess.invokeXIRAOutboundAgent(MessageKey messageKey)
          Invokes the XIRAOutboundAgent.
 



Copyright 2009 SAP AG Complete Copyright Notice