Called by the Blackboard whenever this agent or a remote agent
restarts.
The primary function of this API is to allow a logic providers
to reconcile the state of restarted agents.
If the given "cid" is null then this agent has
restarted. This logic provider should resend/confirm its
state with all (remote) agents that it has communicated
with.
If the given "cid" is non-null then the "cid" is
for a remote agent that has been restarted. This
logic provider should resend/confirm its state
with regards to that one remote agent.
Parameters: cid - null if this agent restarted, otherwise theMessageAddress of a remote agent that restarted See Also: RestartLogicProviderHelper See Also: utility method to test the See Also: given "cid" |