class JmxEmitterFactory extends AbstractFactory
This class is the factory for the emitter node. This node facilitates the declaration of a JMX event emitter. The emitter is used to broadcast arbitrary event on the MBeanServer's event bus. Registered listeners are able to consume event once sent.
Supported syntax:
def jmx = JmxBuilder() jmx.emitter(name:"Object name"|ObjectName(), event:"event type") ... jmx.emitter.send(object)
| Constructor and description | 
|---|
                                JmxEmitterFactory
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            boolean | 
                            isLeaf() | 
                        
 | 
                            Object | 
                            newInstance(FactoryBuilderSupport builder, Object nodeName, Object nodeParam, Map nodeAttribs) | 
                        
 | 
                            boolean | 
                            onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map nodeAttribs) | 
                        
 | 
                            void | 
                            onNodeCompleted(FactoryBuilderSupport builder, Object parentNode, Object thisNode) | 
                        
| Methods inherited from class | Name | 
|---|---|
class AbstractFactory | 
                            isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent | 
                        
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.