public interface ObjectNameFactory
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
create(Object key,
DynamicMBean mBean)
Create an ObjectName.
|
ObjectName create(Object key, DynamicMBean mBean) throws MalformedObjectNameException
key - The key of the component within PicoContainer.mBean - The instance of the DynamicMBean.MalformedObjectNameException - Thrown for an invalid part in the ObjectName.Copyright © 2003-2014 Codehaus. All Rights Reserved.