Package | Description |
---|---|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.jmx |
Helpers that allow easy exposure of attributes and operations via JMX.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractComponentRegistry.Component |
ComponentRegistry.lookupComponent(String componentClassName,
String name,
boolean nameIsFQCN) |
protected AbstractComponentRegistry.Component |
AbstractComponentRegistry.lookupComponent(String componentClassName,
String componentName,
boolean nameIsFQCN) |
protected AbstractComponentRegistry.Component |
ComponentRegistry.lookupLocalComponent(String componentClassName,
String name,
boolean nameIsFQCN) |
Modifier and Type | Method and Description |
---|---|
Set<AbstractComponentRegistry.Component> |
AbstractComponentRegistry.getRegisteredComponents()
Returns an immutable set containing all the components that exists in the repository at this moment.
|
Modifier and Type | Method and Description |
---|---|
protected Set<AbstractComponentRegistry.Component> |
CacheJmxRegistration.getNonCacheComponents(Set<AbstractComponentRegistry.Component> components) |
Modifier and Type | Method and Description |
---|---|
protected ComponentsJmxRegistration |
CacheManagerJmxRegistration.buildRegistrar(Set<AbstractComponentRegistry.Component> components) |
protected ComponentsJmxRegistration |
CacheJmxRegistration.buildRegistrar(Set<AbstractComponentRegistry.Component> components) |
protected abstract ComponentsJmxRegistration |
AbstractJmxRegistration.buildRegistrar(Set<AbstractComponentRegistry.Component> components) |
protected Set<AbstractComponentRegistry.Component> |
CacheJmxRegistration.getNonCacheComponents(Set<AbstractComponentRegistry.Component> components) |
protected void |
AbstractJmxRegistration.registerMBeans(Set<AbstractComponentRegistry.Component> components,
GlobalConfiguration globalConfig) |
protected void |
AbstractJmxRegistration.unregisterMBeans(Set<AbstractComponentRegistry.Component> components) |
Constructor and Description |
---|
ComponentsJmxRegistration(MBeanServer mBeanServer,
Set<AbstractComponentRegistry.Component> components,
String groupName)
C-tor.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.