|
From: Rob H. <ro...@ca...> - 2004-08-10 15:48:44
|
All, I am working through some support classes for JMX. Once in particular is JmxProxyFactoryBean. This class will generate a proxy for a JMX resource and allow FactoryBean access to the proxy. You need to supply the ObjectName for the MBean and I was wondering whether to type the property as String or ObjectName and use a custom PropertyEditor. If the PropertyEditor is the way to go, is there some kind of standard way for registering these? Should the FactoryBean do it itself, or should this be left to the user? Rob |