org.sandev.TaskHeap.UpdateManager
Class UpdateManagerNodeDecl

java.lang.Object
  extended byorg.sandev.TaskHeap.UpdateManager.UpdateManagerNodeDecl
Direct Known Subclasses:
UpdateManagerNodeBase, UpdateManagerNodeInstance

public class UpdateManagerNodeDecl
extends java.lang.Object

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:

inbound synchronous message calls:

outbound asynchronous message sends:


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

notify

protected long[] notify
The users to email when a Task or Note is added or changed.

reference to class: org.sandev.TaskHeap.structs.ResourceStruct

userLookupInstanceName

protected java.lang.String userLookupInstanceName
The instance name of our UserLookup node. We rely on this local node to implement the AuthUserLookup part of the UIFormOwner interface.

Length in characters, normal: 30 max: 60
Constructor Detail

UpdateManagerNodeDecl

public UpdateManagerNodeDecl()