当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 system API Documentation 英文版文档
Registry (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档
org.jboss.system
Class Registry
java.lang.Object
org.jboss.system.Registry
- public class Registry
- extends Object
A registry, really, a registry.
All methods static to lookup pointers from anyplace in the VM.
We use it for hooking up JMX managed objects. Use the JMX MBeanName
to put objects here.
- Version:
- $Revision: 1.5 $
- Author:
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entries
public static Map entries
Registry
public Registry()
bind
public static void bind(Object key,
Object value)
unbind
public static Object unbind(Object key)
lookup
public static Object lookup(Object key)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.