| 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 |
|---|---|
static ComponentMetadata |
ComponentMetadataRepo.findComponentMetadata(Class<?> componentType)
Locates metadata for a given component type if registered.
|
static ComponentMetadata |
ComponentMetadataRepo.findComponentMetadata(String componentName)
Locates metadata for a given component type if registered.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.