|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PMIAccess
The PMIAccess interface can be used to report process step information to PMI.
| Method Summary | |
|---|---|
void |
invokeAdapterInboundAgent(MessageKey messageKey,
String adapterType,
ProcessingMode processingMode,
String qos,
String queueName,
String adapterData)
Invokes the AdapterInboundAgent. |
void |
invokeAdapterOutboundAgent(MessageKey messageKey,
String adapterType,
ProcessingMode processingMode,
String adapterData)
Invokes the AdapterOutboundAgent. |
void |
invokeAFStatusAgent(MessageKey messageKey,
String status,
String errorCode,
String errorCategory,
String errorText)
Invokes the AdapterFrameworkStatusAgent. |
void |
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 |
invokeChannelDeterminationAgent(MessageKey messageKey,
String channelId,
String channelName,
String adapterType)
Invokes the ChannelDeterminationAgent. |
void |
invokeCPALookupAgent(MessageKey messageKey,
String fromParty,
String fromService,
String toParty,
String toService,
String interfaceName,
String interfaceNamespace)
Invokes the CPALookupAgent. |
void |
invokeIDMappingAgent(MessageKey oldMessageKey,
MessageKey newMessageKey)
Invokes the IDMappingAgent. |
void |
invokeXIRAInboundAgent(MessageKey messageKey)
Invokes the XIRAInboundAgent. |
void |
invokeXIRAOutboundAgent(MessageKey messageKey)
Invokes the XIRAOutboundAgent. |
| Method Detail |
|---|
void invokeAFStatusAgent(MessageKey messageKey,
String status,
String errorCode,
String errorCategory,
String errorText)
messageKey - The message key the status agent will report to PMI.status - The status the status agent will report to PMI.errorCode - The errorCode the status agent will report to PMI.errorCategory - The errorCategory the status agent will report to PMI.errorText - The errorText the status agent will report to PMI.
void 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)
void invokeAdapterInboundAgent(MessageKey messageKey,
String adapterType,
ProcessingMode processingMode,
String qos,
String queueName,
String adapterData)
void invokeAdapterOutboundAgent(MessageKey messageKey,
String adapterType,
ProcessingMode processingMode,
String adapterData)
void invokeChannelDeterminationAgent(MessageKey messageKey,
String channelId,
String channelName,
String adapterType)
void invokeCPALookupAgent(MessageKey messageKey,
String fromParty,
String fromService,
String toParty,
String toService,
String interfaceName,
String interfaceNamespace)
void invokeIDMappingAgent(MessageKey oldMessageKey,
MessageKey newMessageKey)
void invokeXIRAInboundAgent(MessageKey messageKey)
void invokeXIRAOutboundAgent(MessageKey messageKey)
|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||