Package | Description |
---|---|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.factories.components | |
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.server.core |
Modifier and Type | Method and Description |
---|---|
abstract ComponentMetadataRepo |
AbstractComponentRegistry.getComponentMetadataRepo() |
ComponentMetadataRepo |
ComponentRegistry.getComponentMetadataRepo() |
ComponentMetadataRepo |
GlobalComponentRegistry.getComponentMetadataRepo() |
Modifier and Type | Class and Description |
---|---|
class |
ComponentMetadataPersister
A utility class used by the Infinispan build process to scan metadata and persist it.
|
Constructor and Description |
---|
InterceptorChain(ComponentMetadataRepo componentMetadataRepo)
Constructs an interceptor chain having the supplied interceptor as first.
|
Modifier and Type | Method and Description |
---|---|
ComponentMetadataRepo |
LifecycleCallbacks$.componentMetadataRepo() |
static ComponentMetadataRepo |
LifecycleCallbacks.componentMetadataRepo() |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.