urn:infinispan:config:5.1
element globalJmxStatistics

Documentation
                    This element specifies whether global statistics are gathered and reported via JMX for all caches under this cache manager.
                  
Properties
This component is not nillable.

Model
<globalJmxStatistics
  allowDuplicateDomains = xs:boolean
  cacheManagerName = xs:string
  enabled = xs:boolean
  jmxDomain = xs:string
  mBeanServerLookup = xs:string>
properties?
</globalJmxStatistics>


Nested Element Summary
tns:propertiesproperties
           Sets properties which are then passed to the MBean Server Lookup implementation specified.  

Attribute Summary
 xs:booleanallowDuplicateDomains
          If true, multiple cache manager instances could be configured under the same configured JMX domain. 
 xs:stringcacheManagerName
          If JMX statistics are enabled, this property represents the name of this cache manager. 
 xs:booleanenabled
          Enable Global JMX statistics 
 xs:stringjmxDomain
          If JMX statistics are enabled then all 'published' JMX objects will appear under this name. 
 xs:stringmBeanServerLookup
           Class that will attempt to locate a JMX MBean server to bind to  

Attribute Detail

allowDuplicateDomains

If true, multiple cache manager instances could be configured under the same configured JMX domain. Each cache manager will in practice use a different JMX domain that has been calculated based on the configured one by adding an incrementing index to it.

Type:
xs:boolean
Use:
optional
Form:
unqualified

cacheManagerName

If JMX statistics are enabled, this property represents the name of this cache manager. It offers the possibility for clients to provide a user-defined name to the cache manager which later can be used to identify the cache manager within a JMX based management tool amongst other cache managers that might be running under the same JVM.

Type:
xs:string
Use:
optional
Form:
unqualified

enabled

Enable Global JMX statistics

Type:
xs:boolean
Use:
optional
Form:
unqualified

jmxDomain

If JMX statistics are enabled then all 'published' JMX objects will appear under this name. This is optional, if not specified an object name will be created for you by default.

Type:
xs:string
Use:
optional
Form:
unqualified

mBeanServerLookup

Class that will attempt to locate a JMX MBean server to bind to

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element minOccurs="0" name="globalJmxStatistics">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="properties" type="tns:properties">
</xs:element>
</xs:sequence>
<xs:attribute name="allowDuplicateDomains" type="xs:boolean">
</xs:attribute>
<xs:attribute name="cacheManagerName" type="xs:string">
</xs:attribute>
<xs:attribute name="enabled" type="xs:boolean">
</xs:attribute>
<xs:attribute name="jmxDomain" type="xs:string">
</xs:attribute>
<xs:attribute name="mBeanServerLookup" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.