Step 3: Invoke The Integration Module; Getserviceinvoker Property Map - IBM BJ0NJML - Service And Asset Management Integration Manual

Integration guide
Table of Contents

Advertisement

Utility Method
psdi.iface.app.im.MaxIMSetRemote
getIMListForOMP(String ompGuid)
Collection getIMListForOMPAndLMO(String ompGUID,
String lmoName, String lmoNamespace)
Collection getIMListForOMPAndLMO(String ompHostname,
String ompProductname, String ompManufacturer, String
lmoName, String lmoNamespace)
psdi.iface.omp.OmpImLmoRelInfo getPreferredIM(String
ompGUID, String lmoName, String lmoNamespace)
psdi.iface.omp.OmpImLmoRelInfo getPreferredIM(String
ompHostname, String ompProductname, String
ompManufacturer, String lmoName, String lmoNamespace)

Step 3: Invoke the Integration Module

getServiceInvoker Property Map

Integration Modules
Integration module instances are called service invokers because they implement the
Java interface
psdi.iface.mic.ServiceInvoker
implemented either as Java classes or as invocation channels. The service invoker
interface hides the underlying implementation from the caller. The invocation of the
integration module by the caller is the same, regardless of the underlying
implementation.
The get service invoker utility methods return a map of name and value pairs. The
psdi.iface.omp.IMConstants
that are returned in the map. The property
the integration module that the process management product invokes.
Integration Module Invocation
Function
Retrieves the list of the integration modules
that implement at least one logical
management operation on the operational
management product.
Retrieves the list of integration modules that
implement the logical management operation
on the specified operational management
product.
Returns a collection of
psdi.iface.omp.OmpImLmoRelInfo objects.
Retrieves the list of integration modules that
implement the logical management operation
on the specified operational management
products.
Returns a collection of
psdi.iface.omp.OmpImLmoRelInfo objects.
Retrieves the preferred integration module
that implements the logical management
operation on the specified operational
management product.
Retrieves the preferred integration module
that implements the logical management
operation on the specified operational
management product.
. Integration modules can be
Java interface defines the names of the properties
IMConstants.IM
contains the instance of
275

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents