EasyManua.ls Logo

IBM BJ0NJML - Service And Asset Management - Integration Module Invocation

IBM BJ0NJML - Service And Asset Management
330 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Integration Module Invocation
Integration Modules 273
When you override these methods, you can perform additional integration
module processing. The properties that are passed to the invocation channel are
available to the processing classes.
The following outbound processing class code shows you how to retrieve the
operational management product globally unique identifier when you run an
invocation channel:
import psdi.server.MXServer;
import psdi.iface.omp.IMConstants;
import psdi.iface.omp.OmpServiceRemote;
import psdi.iface.mic.*;
import psdi.iface.migexits.*;
.
.
.
public class OutboundCIExit extends ExternalExit implements
IMConstants
{
public StructureData setDataOut(StructureData irData)
throws MXException, RemoteException
{
IntegrationContext cntx =
IntegrationContext.getCurrentContext();
String ompGUID = cntx.getStringProperty(OMPGUID);
.
.
.
}
}
Additional features of the invocation channel include user exit Java classes and an
XSL mapping layer. You can configure the XSL mapping layer to do XML
mapping or data transformation.
If the object structure that you need for your integration module invocation does
not exist, you can create an object structure in the Object Structures application.
You also can use XML with the MXINTOBJECT object structure to create object
structures as part of the installation process.
For more information and detailed instructions on adding or modifying object
structures, see the online help for the Object Structures application.
Integration Module Invocation
Process management products, such Change or Release, use a system action to
invoke an integration module. The action can be associated with an application
escalation or a workflow process, or it might be initiated from a menu item or a
button. The process management product must provide an action class that is
designed to invoke the integration module and process the response the
integration module returns.
To complete an integration module call, the custom action Java class that the
process management product provides must perform the following steps:
1 Identify the logical management operation.

Table of Contents

Related product manuals