> Does this apply to the DORegistry.register() method as well? i.e. do i > have to check that the DigitalObject's PID passed to the register() > method is not part of the neverGeneratePid collection,?
I might be missing something, but I cannot seem to find a DORegistry.register() method. There is a DORegistry class, but it is not used. In the current DefaultDOManager, there is a method registerObject(DigitalObject obj) along with a corresponding unregisterObject() method which performs object accounting as Chris said. You might have noticed that DistributedDOManager in the proof of concept does not use a registry at all, and thus does not need methods for registering and unregistering objects. I found that the registry in this context was not providing any unique service or value, so it was removed. -Aaron ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
