public interface ObjectRegistry<D extends Enum<D>>
Registry providing the dependent Object instances for a
CoordinatingManagedObject
instance.
This is provided by the Office Floor implementation.
Modifier and Type | Method and Description |
---|---|
Object |
getObject(D key)
Obtains the dependency
Object for the dependency key. |
Object |
getObject(int index)
Obtains the dependency
Object by its index. |
Copyright © 2005–2016. All rights reserved.