Package org.infinispan.manager
Class ModuleRepository
java.lang.Object
org.infinispan.manager.ModuleRepository
Store for component and module information.
NOTE: Not public API: It exists in package org.infinispan.manager
so that only DefaultCacheManager can instantiate it.
- Since:
- 10.0
- Author:
- Dan Berindei
-
Method Summary
Modifier and TypeMethodDescriptiongetComponentAccessor(String componentClassName) getFactoryName(String componentName) getMBeanMetadata(String componentName) static ModuleRepositorynewModuleRepository(ClassLoader classLoader, GlobalConfiguration globalConfiguration)
-
Method Details
-
newModuleRepository
public static ModuleRepository newModuleRepository(ClassLoader classLoader, GlobalConfiguration globalConfiguration) -
getComponentAccessor
-
getFactoryName
-
getMBeanMetadata
-
getModuleLifecycles
-