Package groovy.util

Class GroovyMBean

All Implemented Interfaces:
GroovyObject

@Deprecated
public class GroovyMBean
extends GroovyObjectSupport
Deprecated.
A GroovyObject facade for an underlying MBean which acts like a normal groovy object but which is actually implemented via an underlying JMX MBean. Properties and normal method invocations delegate to the MBeanServer to the actual MBean.