|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Thread
com.essbase.eas.essbase.ui.outline.threads.BasicOutlineThread
com.essbase.eas.essbase.ui.outline.threads.UpdateMemberPropertiesThread
public class UpdateMemberPropertiesThread
Thread used to update the properties of members in a branch of the default outline model. This is normally needed after a move operation, or a dimension type has been changed. Madhavi:02/10/04 modified this one to use the latest changes Now changing the properties of all the members which were actualized, for the members which are in memory. getNextSibling will actualize each member, if it is not already actualized and is going to be time consuming.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class com.essbase.eas.essbase.ui.outline.threads.BasicOutlineThread |
|---|
representation, stoppable, stopRequested |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
UpdateMemberPropertiesThread() |
|
| Method Summary | |
|---|---|
void |
dispose() |
void |
run() |
void |
setActualizedDescendants(java.util.ArrayList c) |
| Methods inherited from class com.essbase.eas.essbase.ui.outline.threads.BasicOutlineThread |
|---|
getRepresentation, isStoppable, memberDeleted, requestStop, setRepresentation, setStoppable |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateMemberPropertiesThread()
| Method Detail |
|---|
public void setActualizedDescendants(java.util.ArrayList c)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void dispose()
dispose in class BasicOutlineThread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||