| Interface | Description |
|---|---|
| ModuleMetadataFileFinder |
| Class | Description |
|---|---|
| ComponentMetadata |
This class contains all of the metadata and implications expressed via the
Scope, SurvivesRestarts,
DefaultFactoryFor, ComponentName, Inject, Start and Stop annotations. |
| ComponentMetadata.InjectMetadata |
This class encapsulates metadata on an inject method, such as one annotated with
Inject |
| ComponentMetadata.PrioritizedMethodMetadata |
This class encapsulates metadata on a prioritized method, such as one annotated with
Start or @Stop |
| ComponentMetadataPersister |
A utility class used by the Infinispan build process to scan metadata and persist it.
|
| ComponentMetadataRepo |
This is a repository of component metadata, which is populated when the Infinispan core jar is loaded up.
|
| JmxAttributeMetadata |
Persistable and cacheable metadata for JMX attributes
|
| JmxOperationMetadata |
Persistable and cacheable metadata for JMX operations
|
| JmxOperationParameter |
JmxOperationParameter stores metadata information about MBean operation parameters which
is then used at runtime to build the relevant
MBeanParameterInfo |
| ManageableComponentMetadata |
A specialization of
ComponentMetadata, this version also includes JMX related metadata, as expressed
by MBean, ManagedAttribute and ManagedOperation annotations. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.