[Groovy] Class JmxBuilder

  • groovy.jmx.builder.JmxBuilder

This is JmxBuilder's factory builder class. It is the parent node to all other children nodes supported by JmxBuilder.

Authors:
Vladimir Vivien
Inherited fields
Fields inherited from class Fields
class FactoryBuilderSupport CURRENT_FACTORY, PARENT_FACTORY, PARENT_NODE, CURRENT_NODE, PARENT_CONTEXT, PARENT_NAME, CURRENT_NAME, OWNER, PARENT_BUILDER, CURRENT_BUILDER, CHILD_BUILDER, SCRIPT_CLASS_NAME

Constructor Summary

Constructors
Constructor and description
JmxBuilder ()
JmxBuilder (MBeanServerConnection svrConnection)

Methods Summary

Methods
Type Params Return Type Name and description
String getDefaultJmxNameDomain()
String getDefaultJmxNameType()
MBeanServerConnection getMBeanServer()
String getMode()
protected void registerFactories()
protected Factory resolveFactory(Object name, Map attributes, Object value)
void setDefaultJmxNameDomain(String domain)
void setDefaultJmxNameType(String type)
void setMBeanServer(MBeanServerConnection svr)
void setMode(String mode)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class FactoryBuilderSupport setProperty, getProperty, getName, getContext, build, build, build, getParentNode, invokeMethod, invokeMethod, dispose, getVariables, setVariable, getVariable, registerBeanFactory, registerBeanFactory, getLocalFactories, getLocalExplicitProperties, getPostInstantiateDelegates, getLocalExplicitMethods, setMethodMissingDelegate, setPropertyMissingDelegate, getRegistrationGroupItems, getContextAttribute, addPostNodeCompletionDelegate, addAttributeDelegate, removePostInstantiateDelegate, registerExplicitMethod, registerExplicitMethod, registerExplicitProperty, registerExplicitProperty, getExplicitMethods, getExplicitProperties, getCurrentBuilder, getPropertyMissingDelegate, removeAttributeDelegate, getCurrentFactory, getAttributeDelegates, getPreInstantiateDelegates, getPostNodeCompletionDelegates, addPreInstantiateDelegate, getMethodMissingDelegate, autoRegisterNodes, removePreInstantiateDelegate, getRegistrationGroups, addPostInstantiateDelegate, removePostNodeCompletionDelegate, checkValueIsTypeNotString, getNameMappingClosure, addDisposalClosure, setNameMappingClosure, getDisposalClosures, getCurrentName, checkValueIsNull, getParentFactory, getChildBuilder, getFactories, withBuilder, withBuilder, withBuilder, getParentContext, checkValueIsType, getCurrent, registerFactory, registerFactory, getParentName, hasVariable, getMetaClass, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
class Binding setProperty, getProperty, getVariables, hasVariable, setVariable, getVariable, invokeMethod, getMetaClass, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

JmxBuilder()

JmxBuilder(MBeanServerConnection svrConnection)

Method Detail

String getDefaultJmxNameDomain()

String getDefaultJmxNameType()

MBeanServerConnection getMBeanServer()

String getMode()

protected void registerFactories()

protected Factory resolveFactory(Object name, Map attributes, Object value)

void setDefaultJmxNameDomain(String domain)

void setDefaultJmxNameType(String type)

void setMBeanServer(MBeanServerConnection svr)

void setMode(String mode)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/jmx/builder/JmxBuilder.html