|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MonitorInfo | |
wt.projmgmt | |
wt.projmgmt.monitor |
Uses of MonitorInfo in wt.projmgmt |
Methods in wt.projmgmt with parameters of type MonitorInfo | |
private Vector |
StandardProjMgmtService.getActualTypes(ExecutionObject source,
MonitorInfo old_info)
Returns a vetor of possible event types associated with either status, percent complete or estimated finish date. |
Uses of MonitorInfo in wt.projmgmt.monitor |
Fields in wt.projmgmt.monitor declared as MonitorInfo | |
private MonitorInfo |
StatusChangeEvent.oldInfo
|
private MonitorInfo |
StatusChangeEvent.newInfo
|
Methods in wt.projmgmt.monitor that return MonitorInfo | |
MonitorInfo |
StatusChangeEvent.getOldInfo()
Gets the value of the attribute: OLD_INFO. |
MonitorInfo |
StatusChangeEvent.getNewInfo()
Gets the value of the attribute: NEW_INFO. |
MonitorInfo |
StandardProjMonitorService.getRolledUpValues(ExecutionObject exec_obj)
Returns dynamic values from contained objects. |
private MonitorInfo |
StandardProjMonitorService.computeInfo(ExecutionObject exec_obj,
ExecutionObject skip_object,
boolean recurse)
Compute status of execution object based on its aggregates. |
private static MonitorInfo |
SchedulerHelper.getMonitorInfo(Timestamp finish)
|
MonitorInfo |
ProjMonitorServiceFwd.getRolledUpValues(ExecutionObject exec_obj)
Returns dynamic values from contained objects. |
MonitorInfo |
ProjMonitorService.getRolledUpValues(ExecutionObject exec_obj)
Returns dynamic values from contained objects. |
static MonitorInfo |
MonitorInfo.newMonitorInfo(ExecutionObject exec_obj)
Constructor taking as arguments a project management object. |
static MonitorInfo |
MonitorInfo.newMonitorInfo()
No arg constructor. |
Methods in wt.projmgmt.monitor with parameters of type MonitorInfo | |
void |
StatusChangeEvent.setOldInfo(MonitorInfo a_OldInfo)
Sets the value of the attribute: OLD_INFO. |
void |
StatusChangeEvent.setNewInfo(MonitorInfo a_NewInfo)
Sets the value of the attribute: NEW_INFO. |
ExecutionObject |
StandardProjMonitorService.changeMonitorInfo(ExecutionObject exec_obj,
MonitorInfo new_info)
Changes dynamic information associated with the ExecutionObject
passed as argument. |
void |
StandardProjMonitorService.propagateChange(ExecutionObject exec_obj,
MonitorInfo old_info)
Propagates to containing objects a change in an execution object. |
private boolean |
StandardProjMonitorService.isPropagateInfo(ExecutionObject exec_obj,
ExecutionObject from_obj,
MonitorInfo old_info,
boolean is_removal)
Determines whether an object change or removal causes propagation. |
static void |
StandardProjMonitorService.propagateInfo(ObjectIdentifier exec_obj_id,
MonitorInfo old_info)
Propagates information up |
private void |
StandardProjMonitorService.propagateInfo(ExecutionObject exec_obj,
MonitorInfo old_info)
Propagates information up. |
static ExecutionObject |
SchedulerHelper.processPerformedWork(ExecutionObject exec_obj,
MonitorInfo oldInfo,
MonitorInfo newInfo,
boolean is_propagate)
Process scheduling of changes triggered by changes in performed work in manual mode. |
void |
ProjMonitorServiceSvr.propagateChange(ExecutionObject exec_obj,
MonitorInfo old_info)
Propagates to containing objects a change in an execution object. |
ExecutionObject |
ProjMonitorServiceFwd.changeMonitorInfo(ExecutionObject exec_obj,
MonitorInfo new_info)
Changes dynamic information associated with the ExecutionObject
passed as argument. |
ExecutionObject |
ProjMonitorService.changeMonitorInfo(ExecutionObject exec_obj,
MonitorInfo new_info)
Changes dynamic information associated with the ExecutionObject
passed as argument. |
protected boolean |
MonitorInfo.readVersion(MonitorInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |