Class Registry

java.lang.Object
org.apache.tomcat.util.modeler.Registry
All Implemented Interfaces:
MBeanRegistration, RegistryMBean
Direct Known Subclasses:
NoDescriptorRegistry

public class Registry extends Object implements RegistryMBean, MBeanRegistration
Registry for modeler MBeans. This is the main entry point into modeler. It provides methods to create and manipulate model mbeans and simplify their use. This class is itself an mbean.
Author:
Craig R. McClanahan, Costin Manolache