|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.TaskHeap.UpdateManager.UpdateManagerNodeDecl
The UpdateManager is responsible for enforcing business logic relating to updates of persistent data. It is typically deployed in the same local space as a DataManager node for processing efficiency. See the message receive method comments for details.
outbound synchronous message calls:
TaskCollection callTaskQuery(TaskQuery msg)ExternalPlanCollection callExternalPlanQuery(ExternalPlanQuery msg)PlanCollection callPlanQuery(PlanQuery msg)TaskTypeCollection callTaskTypeQuery(TaskTypeQuery msg)PlanRecalc callPlanRecalc(PlanRecalc msg)AggregateUpdate callAggregateUpdate(AggregateUpdate msg)inbound synchronous message calls:
AggregateUpdate onReceive(AggregateUpdate msg)Stats onReceive(StatsQuery msg)outbound asynchronous message sends:
void send(Stats msg)| Field Summary | |
protected long[] |
notify
The users to email when a Task or Note is added or changed. |
protected java.lang.String |
userLookupInstanceName
The instance name of our UserLookup node. |
| Constructor Summary | |
UpdateManagerNodeDecl()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected long[] notify
protected java.lang.String userLookupInstanceName
| Constructor Detail |
public UpdateManagerNodeDecl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||