Package | Description |
---|---|
psdi.iface.omp |
Modifier and Type | Method and Description |
---|---|
OmpImLmoRelInfo |
OmpServiceRemote.getPreferredIM(java.lang.String ompGUID,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the preferred Integration Module that implements the specified Logical Management Operation
on the specified Operational Management Product.
|
OmpImLmoRelInfo |
OmpService.getPreferredIM(java.lang.String ompGUID,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the preferred Integration Module that implements the specified Logical Management Operation
on the specified Operational Management Product.
|
OmpImLmoRelInfo |
OmpServiceRemote.getPreferredIM(java.lang.String ompHostname,
java.lang.String ompProductname,
java.lang.String ompManufacturer,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the preferred Integration Module that implements the specified Logical Management Operation
on the specified Operational Management Product.
|
OmpImLmoRelInfo |
OmpService.getPreferredIM(java.lang.String ompHostname,
java.lang.String ompProductname,
java.lang.String ompManufacturer,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the preferred Integration Module that implements the specified Logical Management Operation
on the specified Operational Management Product.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
OmpServiceRemote.getServiceInvoker(OmpImLmoRelInfo ompImLmoRelInfo,
UserInfo userInfo)
Returns the ServiceInvoker for the specified Integration Module.
|
java.util.Map |
OmpService.getServiceInvoker(OmpImLmoRelInfo ompImLmoRelInfo,
UserInfo userInfo)
Returns the ServiceInvoker for the specified Integration Module.
|