Package | Description |
---|---|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.factories.components |
Modifier and Type | Method and Description |
---|---|
ComponentMetadata |
AbstractComponentRegistry.Component.getMetadata() |
Modifier and Type | Class and Description |
---|---|
class |
ManageableComponentMetadata
A specialization of
ComponentMetadata , this version also includes JMX related metadata, as expressed
by MBean , ManagedAttribute and ManagedOperation annotations. |
Modifier and Type | Method and Description |
---|---|
ComponentMetadata |
ComponentMetadataRepo.findComponentMetadata(Class<?> componentType)
Locates metadata for a given component type if registered.
|
ComponentMetadata |
ComponentMetadataRepo.findComponentMetadata(String componentName)
Locates metadata for a given component type if registered.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.