|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJobDetail
Single element containing detail information about submitted job
| Method Summary | |
|---|---|
void |
dispose()
Dispose created widgets (also reused widgets) |
java.lang.String |
getId()
|
IJobDetailsSection |
getSection()
|
boolean |
refresh(IGridJob gridJob,
Composite parent,
IViewConfiguration viewConfiguration)
|
void |
reuseWidgets(IJobDetail oldDetail)
Use widgets created in oldDetail. |
| Method Detail |
|---|
IJobDetailsSection getSection()
JobDetailSectionsManager.getSection(Integer)java.lang.String getId()
IJobDetailsSection
Just return detail name if you know, that detail has unique
name in IJobDetailsSection, in which it's placed. If you
cannot assure name is unique in section, then return something
unique within section (see GliteJobDetailsFactory.createStatusHistoryItem).
Two IJobDetail objects with the same identifier in the same
IJobDetailsSection share created widgets (to avoid
flickering).
boolean refresh(IGridJob gridJob,
Composite parent,
IViewConfiguration viewConfiguration)
gridJob - job, for which details are refreshedparent - composite, on which widgets showing details should be createdviewConfiguration - configuration of current view
void reuseWidgets(IJobDetail oldDetail)
oldDetail - detail used previously to show detail. Old detail has same
name and section as this detailvoid dispose()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||