Package | Description |
---|---|
psdi.iface.mic | |
psdi.iface.migexits |
Modifier and Type | Method and Description |
---|---|
EnterpriseServiceInfo |
EnterpriseServiceCacheImpl.getEnterpriseServiceInfo(java.lang.String name)
Return EnterpriseServiceInfo object for the given service name
|
EnterpriseServiceInfo |
EnterpriseServiceCache.getEnterpriseServiceInfo(java.lang.String name)
Return EnterpriseServiceInfo object for the given service name
|
EnterpriseServiceInfo |
EnterpriseServiceDetailCacheImpl.getEnterpriseServiceInfo(java.lang.String srv,
java.lang.String mosName)
Get a specific EnterpriseServiceInfo object for the given
service namd and object structure name combination.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EnterpriseServiceInfo> |
EnterpriseServiceDetailCacheImpl.getEnterpriseServiceList(java.lang.String srv)
Get a List of EnterpriseServiceInfo objects for this service name
|
java.util.List<EnterpriseServiceInfo> |
EnterpriseServiceDetailCache.getEnterpriseServiceList(java.lang.String srv)
Get a List of EnterpriseServiceInfo objects for this service name
|
java.util.Map<java.lang.String,EnterpriseServiceInfo> |
EnterpriseServiceCacheImpl.getEnterpriseServiceMap()
Returns Map of all Enterprise services info.
|
java.util.Map<java.lang.String,EnterpriseServiceInfo> |
EnterpriseServiceCache.getEnterpriseServiceMap()
Returns Map of all Enterprise services info.
|
java.util.List<EnterpriseServiceInfo> |
MaxExtIfaceInInfo.getIntegrationService()
Return the name of the MOS
|
Modifier and Type | Method and Description |
---|---|
byte[] |
EntMicService.processDataIn(StructureData irData,
EnterpriseServiceInfo detailInfo,
java.lang.String extSystem,
UserInfo info,
MXTransaction mxTrans)
This method will be called for every object structure to process
External data.
|
Modifier and Type | Method and Description |
---|---|
void |
MaxExtIfaceInInfo.setIntegrationService(java.util.List<EnterpriseServiceInfo> e)
Set the name of the MOS
|
Modifier and Type | Method and Description |
---|---|
StructureData |
ExitProcessor.processExitsIn(EnterpriseServiceInfo inInfo,
UserInfo userInfo,
java.lang.String extSystem,
byte[] erData,
MXTransaction mxTrans)
Exit called as part of incoming query process
Called from: Query
|
StructureData |
ExitProcessor.processExitsIn(EnterpriseServiceInfo inInfo,
UserInfo userInfo,
java.lang.String extSystem,
StructureData exitInputData,
MXTransaction mxTrans)
Exit called as part of incoming data sync processes
Called from: integration services - create, update, delete, sync
|
byte[] |
ExitProcessor.processExitsOutForInProcess(EnterpriseServiceInfo serviceInfo,
java.lang.String extSystem,
byte[] pubXmlData,
MXTransaction mxTx,
java.util.List<MboRemote> usedMboList,
UserInfo userInfo)
Exit called as part of incoming process's response
Called from: Query's response, Create's response
|