|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
com.ibm.carma.ui.job.AbstractCarmaJob
com.ibm.carma.ui.job.FileExtensionJob
com.ibm.carma.ui.job.RefreshJob
com.ibm.carma.ui.job.RefreshWithMemberInfoJob
com.ibm.carma.ui.job.RefreshWithFieldsJob
public class RefreshWithFieldsJob
Performs the refresh operation as defined by RefreshJob, but gathers all the
member info at the time of refresh to cut down
on network traffic to the host. The set of member info gathered is defined by the
fields specified for the Repository
manager which the resource is being refreshed.
| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
|
| Fields inherited from class org.eclipse.core.runtime.jobs.Job |
|---|
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
| Constructor Summary | |
|---|---|
RefreshWithFieldsJob(java.lang.String name,
java.lang.Object[] resources)
|
|
RefreshWithFieldsJob(java.lang.String name,
java.lang.Object[] resources,
java.lang.String filter)
|
|
| Method Summary |
|---|
| Methods inherited from class com.ibm.carma.ui.job.RefreshJob |
|---|
run |
| Methods inherited from class com.ibm.carma.ui.job.AbstractCarmaJob |
|---|
displayCustomReturns, displayCustomReturns, displayCustomReturns, displayCustomReturns, getActionFromReturns, getActionName |
| Methods inherited from class org.eclipse.core.runtime.jobs.Job |
|---|
addJobChangeListener, belongsTo, cancel, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, wakeUp, wakeUp |
| Methods inherited from class org.eclipse.core.internal.jobs.InternalJob |
|---|
compareTo, toString |
| Methods inherited from class org.eclipse.core.runtime.PlatformObject |
|---|
getAdapter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Field Detail |
|---|
public static final java.lang.String COPYRIGHT
| Constructor Detail |
|---|
public RefreshWithFieldsJob(java.lang.String name,
java.lang.Object[] resources)
name - Name of the jobresources - the CARMA model resources to refresh
public RefreshWithFieldsJob(java.lang.String name,
java.lang.Object[] resources,
java.lang.String filter)
name - Name of the jobresources - the CARMA model resources to refreshfilter - the particular filter to refresh on the resources
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||