|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectNameFactory | |
---|---|
org.picocontainer.gems.jmx | The package contains classes to expose components of PicoContainer with JMX. |
Uses of ObjectNameFactory in org.picocontainer.gems.jmx |
---|
Classes in org.picocontainer.gems.jmx that implement ObjectNameFactory | |
---|---|
class |
AbstractObjectNameFactory
An abstract ObjectNameFactory that offers functionality to handle the domain part of the object name. |
class |
PredefinedObjectNameFactory
An ObjectNameFactory, that uses the key of the Pico component as ObjectName , if the key is of this type. |
class |
TypedObjectNameFactory
An ObjectNameFactory, that uses the type of the DynamicMBean implementation to register. |
Methods in org.picocontainer.gems.jmx that return ObjectNameFactory | |
---|---|
ObjectNameFactory |
NamingConventionConstructingProvider.getObjectNameFactory()
|
protected abstract ObjectNameFactory |
AbstractConstructingProvider.getObjectNameFactory()
Deliver the ObjectNameFactory used to provide the ObjectName instances registering the MBeans. |
Constructors in org.picocontainer.gems.jmx with parameters of type ObjectNameFactory | |
---|---|
DynamicMBeanComponentProvider(ObjectNameFactory factory)
Construct a DynamicMBeanComponentProvider with a specified ObjectNameFactory. |
|
NamingConventionConstructingProvider(ObjectNameFactory factory)
Construct a NamingConventionConstructingProvider. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |