Package org.apache.servicemix.web.jmx

Examples of org.apache.servicemix.web.jmx.EnhancedMBeanProxyFactoryBean.afterPropertiesSet()


            } catch (MalformedObjectNameException e) {
                throw new IllegalStateException(e);
            }
            factory.setProxyInterface(type);
            factory.setUseStrictCasing(false);
            factory.afterPropertiesSet();
            proxy = (T) factory.getObject();
            proxies.put(name, new SoftReference<Object>(proxy));
        }
        return proxy;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.