org.sandev.TaskHeap.UpdateManager
Class UpdateManagerNodeDecl

java.lang.Object
  extended by org.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.

An AuthUserLookup interface is implemented via a local peer node.
A caching IDLookup interface is implemented locally.

outbound synchronous message calls:

inbound synchronous message calls:

outbound asynchronous message sends:


Field Summary
protected  java.lang.String peerAuthUserLookupNode
          The instance name of our UserLookup node.
 
Constructor Summary
UpdateManagerNodeDecl()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

peerAuthUserLookupNode

protected java.lang.String peerAuthUserLookupNode
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()