public class InteractionRequestBinder extends InteractionBinder
INTERACTIONLOGGER
Constructor and Description |
---|
InteractionRequestBinder(java.lang.String interactionName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
bind(MboSetRemote interactionSet,
MboRemote mainMbo,
boolean isResponse)
Main method of request binding.
|
bindData, bindInteractionData, findKeyName, formatColumn, getKeyValue, getRelatedSets
public InteractionRequestBinder(java.lang.String interactionName) throws MXException, java.rmi.RemoteException
interactionName
- name of the interactionMXException
- MAXIMO exceptionjava.rmi.RemoteException
- Remote exceptionpublic void bind(MboSetRemote interactionSet, MboRemote mainMbo, boolean isResponse) throws MXException, java.rmi.RemoteException
bind
in class InteractionBinder
interactionSet
- Starting Mbo set to map data tomainMbo
- Primary MBo for the interaction mappingisResponse
- request vs response indicatorMXException
- MAXIMO exceptionjava.rmi.RemoteException
- Remote exception