Interface ObjectRegistry<O extends Enum<O>>
- All Known Implementing Classes:
ManagedObjectUserStandAlone,ObjectRegistryImpl
public interface ObjectRegistry<O extends Enum<O>>
Registry providing the dependent Object instances for a
CoordinatingManagedObject instance.
This is provided by the OfficeFloor implementation.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
getObject
Obtains the dependencyObjectfor the dependency key. -
getObject
Obtains the dependency
Objectby its index.This enables a dynamic number of dependencies for the
ManagedObject.
-