Package | Description |
---|---|
psdi.iface.app.lmo | |
psdi.iface.omp |
Modifier and Type | Class and Description |
---|---|
class |
LMOSet
Represents the set of LMO
|
Modifier and Type | Method and Description |
---|---|
LMOSetRemote |
OmpServiceRemote.getLMOListForIM(java.lang.String imName,
java.lang.String imVersion)
Gets the Logical Management Operations implemented by the specified Integration Module.
|
LMOSetRemote |
OmpService.getLMOListForIM(java.lang.String imName,
java.lang.String imVersion)
Gets the Logical Management Operations implemented by the specified Integration Module.
|
LMOSetRemote |
OmpServiceRemote.getLMOListForOMP(java.lang.String ompGuid)
Gets the Logical Management Operations that are implemented by at least one Integration Module
on the given Operational Management Product.
|
LMOSetRemote |
OmpService.getLMOListForOMP(java.lang.String ompGuid)
Gets the Logical Management Operations that are implemented by at least one Integration Module
on the given Operational Management Product.
|
LMOSetRemote |
OmpServiceRemote.getLMOsNotAssociatedWithIM(MboRemote imMbo)
Get the Logical Management Operations that are not associated with an Integration Module.
|
LMOSetRemote |
OmpService.getLMOsNotAssociatedWithIM(MboRemote imMbo)
Get the Logical Management Operations that are not associated with an Integration Module.
|
LMOSetRemote |
OmpServiceRemote.getLMOsNotAssociatedWithIMAndOmp(MboRemote ompImRel)
Given an OmpImRel, returns the set of LMOs that
are implemented by the IM, but not on the OMP.
|
LMOSetRemote |
OmpService.getLMOsNotAssociatedWithIMAndOmp(MboRemote ompImRel)
Given an OmpImRel, returns the set of LMOs that
are implemented by the IM, but not on the OMP.
|