Searched defs:ObjectRegistry (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DObjectRegistry.java26 * - The only object that is always guaranteed to be valid is the ObjectRegistry itself.
27 * - There may be more than one ObjectRegistry, and there may be more than one instance of any of
28 * the systems managed by ObjectRegistry allocated at once. For example, separate threads may
29 * maintain their own separate ObjectRegistry instances.
31 public class ObjectRegistry extends BaseObject { class in inherits:BaseObject
63 public ObjectRegistry() { method in class:ObjectRegistry

Completed in 6799 milliseconds