Searched defs:Registry (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/
H A DRegistry.java82 - is the security enough to prevent Registry beeing used to avoid the permission
87 * Registry for modeler MBeans.
104 public class Registry implements RegistryMBean, MBeanRegistration { class in inherits:RegistryMBean,MBeanRegistration
112 private static Logger log = Logger.getLogger(Registry.class.getName());
118 private static HashMap<Object,Registry> perLoaderRegistries=null;
124 private static Registry registry = null;
162 public Registry() { method in class:Registry
171 * <code>Registry</code> instance.
173 * Use this method to obtain a Registry - all other static methods
186 public synchronized static Registry getRegistr
[all...]

Completed in 12 milliseconds