Method and Description |
---|
org.apache.commons.modeler.Registry.getRegistry()
Not enough info - use the method that takes CL and domain
|
org.apache.commons.modeler.Registry.getServer()
Use the instance method
|
org.apache.commons.modeler.Registry.load(String, Object, String)
bad interface, mixing of metadata and mbeans
|
org.apache.commons.modeler.Registry.loadCachedDescriptors(Object)
Loaded automatically or using a File or Url ending in .ser
|
org.apache.commons.modeler.Registry.loadDescriptors(String, Object, String) |
org.apache.commons.modeler.Registry.loadRegistry(InputStream)
use normal class method instead
|
org.apache.commons.modeler.Registry.registerComponent(Object, String, String, String)
- may still be used in code using pre-1.1 builds
|
org.apache.commons.modeler.util.IntrospectionUtils.replaceProperties(String, Object)
Use the explicit method
|
org.apache.commons.modeler.Registry.setServer(MBeanServer)
Use the instance method
|
Copyright (c) 2001-2003 - Apache Software Foundation