public class ClusterEventManagerFactory extends AbstractNamedCacheComponentFactory implements AutoInstantiableFactory
Modifier and Type | Field and Description |
---|---|
Cache<?,?> |
cache |
componentRegistry, configuration
globalComponentRegistry, globalConfiguration
Constructor and Description |
---|
ClusterEventManagerFactory() |
Modifier and Type | Method and Description |
---|---|
<T> T |
construct(Class<T> componentType)
Constructs a component.
|
void |
injectCache(Cache<?,?> cache) |
assertTypeConstructable
public Cache<?,?> cache
public void injectCache(Cache<?,?> cache)
public <T> T construct(Class<T> componentType)
AbstractComponentFactory
construct
in class AbstractComponentFactory
componentType
- type of componentCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.