public class GlobalJmxStatisticsConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Boolean> |
ALLOW_DUPLICATE_DOMAINS |
static AttributeDefinition<java.lang.String> |
CACHE_MANAGER_NAME |
static AttributeDefinition<java.lang.Boolean> |
ENABLED |
static AttributeDefinition<java.lang.String> |
JMX_DOMAIN |
static AttributeDefinition<MBeanServerLookup> |
MBEAN_SERVER_LOOKUP |
static AttributeDefinition<TypedProperties> |
PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowDuplicateDomains() |
static AttributeSet |
attributeDefinitionSet() |
AttributeSet |
attributes() |
java.lang.String |
cacheManagerName() |
java.lang.String |
domain() |
boolean |
enabled() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
MBeanServerLookup |
mbeanServerLookup() |
TypedProperties |
properties() |
java.lang.String |
toString() |
public static final AttributeDefinition<java.lang.Boolean> ENABLED
public static final AttributeDefinition<java.lang.String> JMX_DOMAIN
public static final AttributeDefinition<MBeanServerLookup> MBEAN_SERVER_LOOKUP
public static final AttributeDefinition<java.lang.Boolean> ALLOW_DUPLICATE_DOMAINS
public static final AttributeDefinition<java.lang.String> CACHE_MANAGER_NAME
public static final AttributeDefinition<TypedProperties> PROPERTIES
public static final AttributeSet attributeDefinitionSet()
public boolean enabled()
public java.lang.String domain()
public TypedProperties properties()
public boolean allowDuplicateDomains()
public java.lang.String cacheManagerName()
public MBeanServerLookup mbeanServerLookup()
public AttributeSet attributes()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object