Class ModuleRepository


  • public final class ModuleRepository
    extends java.lang.Object
    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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.infinispan.factories.impl.ComponentAccessor<java.lang.Object> getComponentAccessor​(java.lang.String componentClassName)  
      java.lang.String getFactoryName​(java.lang.String componentName)  
      org.infinispan.factories.impl.MBeanMetadata getMBeanMetadata​(java.lang.String componentName)  
      java.util.Collection<ModuleLifecycle> getModuleLifecycles()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getComponentAccessor

        public org.infinispan.factories.impl.ComponentAccessor<java.lang.Object> getComponentAccessor​(java.lang.String componentClassName)
      • getFactoryName

        public java.lang.String getFactoryName​(java.lang.String componentName)
      • getMBeanMetadata

        public org.infinispan.factories.impl.MBeanMetadata getMBeanMetadata​(java.lang.String componentName)
      • getModuleLifecycles

        public java.util.Collection<ModuleLifecycle> getModuleLifecycles()