Interface TCIFactoryRegistry
- All Known Implementing Classes:
DefaultTCIFactoryRegistry
public interface TCIFactoryRegistry
Registry for all factories that create infrastructure.
e.g. used by various agents to enumerate all factories
-
Method Summary
Modifier and TypeMethodDescriptionSet<TCIFactory<?,?>> Map<TCIFactory<?,?>, Set<TCI<?>>> static TCIFactoryRegistryinstance()voidregister(TCIFactory<?, ?> tciFactory) voidunRegister(TCIFactory<?, ?> tciFactory) voidwarmUp()
-
Method Details
-
register
-
unRegister
-
warmUp
void warmUp() -
getFactories
Set<TCIFactory<?,?>> getFactories() -
getReturnedAndInUse
Map<TCIFactory<?,?>, getReturnedAndInUse()Set<TCI<?>>> -
instance
-