| Package | Description |
|---|---|
| psdi.iface.omp |
| Modifier and Type | Method and Description |
|---|---|
MaxLaunchEntryInfo |
OmpServiceRemote.getLaunchEntry(java.lang.String launchEntryName)
Given a launch entry name, get the MaxLaunchEntry.
|
MaxLaunchEntryInfo |
OmpService.getLaunchEntry(java.lang.String launchEntryName)
Given a launch entry name, get the MaxLaunchEntry.
|
MaxLaunchEntryInfo |
MaxLaunchEntryCacheImpl.getMaxLaunchEntry(java.lang.String launchentryname) |
MaxLaunchEntryInfo |
MaxLaunchEntryCache.getMaxLaunchEntry(java.lang.String launchentryname) |
| Modifier and Type | Method and Description |
|---|---|
int |
OmpServiceRemote.checkContext(MaxLaunchEntryInfo entry,
MboRemote mainMbo)
Checks to see if the given launch entry should be available from an application
with the given main MBO.
|
int |
OmpService.checkContext(MaxLaunchEntryInfo entry,
MboRemote mainMbo)
Checks to see if the given launch entry should be available from an application
with the given main MBO.
|