|
||||||||||
| 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
org.eclipse.core.internal.utils.StringPoolJob
public class StringPoolJob
Performs string sharing passes on all string pool participants registered with the platform.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.core.runtime.jobs.Job |
|---|
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
| Constructor Summary | |
|---|---|
StringPoolJob()
|
|
| Method Summary | |
|---|---|
void |
addStringPoolParticipant(IStringPoolParticipant participant,
org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Adds a string pool participant. |
void |
removeStringPoolParticipant(IStringPoolParticipant participant)
Removes the indicated log listener from the set of registered string pool participants. |
| 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 |
| Constructor Detail |
|---|
public StringPoolJob()
| Method Detail |
|---|
public void addStringPoolParticipant(IStringPoolParticipant participant,
org.eclipse.core.runtime.jobs.ISchedulingRule rule)
participant - The participant to addrule - The scheduling rule that must be owned at the time the
participant is called. This allows a participant to protect their data structures
against access at unsafe times.removeStringPoolParticipant(IStringPoolParticipant)public void removeStringPoolParticipant(IStringPoolParticipant participant)
participant - the participant to deregisteraddStringPoolParticipant(IStringPoolParticipant, ISchedulingRule)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||