org.jboss.system
Class Registry

java.lang.Object
  extended by 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: 57205 $
Author:
Field Summary
static Map entries
           
 
Constructor Summary
Registry()
           
 
Method Summary
static void bind(Object key, Object value)
           
static Object lookup(Object key)
           
static Object unbind(Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entries

public static Map entries
Constructor Detail

Registry

public Registry()
Method Detail

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.