Comment clarification. Only the PresentsInvoker coordinates with the

PresentsDObjectMgr to achieve a coordinated shutdown.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5531 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-11 00:14:48 +00:00
parent f71613e3d6
commit 065e5918e7
@@ -347,9 +347,9 @@ public class PresentsDObjectMgr
}
/**
* Requests that the dobjmgr shut itself down soon- you may want to try using {@link
* Invoker#shutdown} which will make sure that both the Invoker and DObjectMgr are empty and
* then shut them both down.
* Requests that the dobjmgr shut itself down directly. You may want to try using {@link
* PresentsInvoker#shutdown} which will make sure that both the Invoker and DObjectMgr are
* empty and then shut them both down.
*/
public void harshShutdown ()
{