Package | Description |
---|---|
psdi.iface.app.omp | |
psdi.iface.omp |
Modifier and Type | Class and Description |
---|---|
class |
Omp
OMP Mbo represents a Operational Management Products such as TCM or TPM.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
OmpServiceRemote.getSourceToken(ActCIRemote ci,
OmpRemote omp)
Given an ActCI and an OMP, return the source token that the OMP
uses for the ActCI.
|
java.lang.String |
OmpService.getSourceToken(ActCIRemote ci,
OmpRemote omp)
Given an ActCI and an OMP, return the source token that the OMP
uses for the ActCI.
|
java.lang.String |
OmpServiceRemote.getSourceToken(java.lang.String ciGUID,
OmpRemote omp)
Given an Actual Configuration Item GUID and an OMP, return the source token that the OMP
uses for the Actual Configuration Item.
|
java.lang.String |
OmpService.getSourceToken(java.lang.String ciGUID,
OmpRemote omp)
Given an Actual Configuration Item GUID and an OMP, return the source token that the OMP
uses for the Actual Configuration Item.
|
java.lang.String |
OmpServiceRemote.getURL(java.lang.String launchEntryName,
OmpRemote omp,
MboRemote mainMbo)
Given a Launch Entry Name, an OMP to launch to, and a main
Mbo for the application, create the launch URL.
|
java.lang.String |
OmpService.getURL(java.lang.String launchEntryName,
OmpRemote omp,
MboRemote mainMbo)
Given a Launch Entry Name, an OMP to launch to, and a main
Mbo for the application, create the launch URL.
|