Package com.betfair.cougar.core.api.jmx

Examples of com.betfair.cougar.core.api.jmx.JMXHttpParserReader


    }

    @Override
    public void afterPropertiesSet() throws Exception {
        try {
            JMXHttpParserReader reader = (JMXHttpParserReader) applicationContext.getBean(jmxHttpParserReaderBeanName);
            reader.addCustomParser(this);
        }
        catch (Exception e) {
            // ignore, probably means that we're not running in a cougar server
        }
    }
View Full Code Here

TOP

Related Classes of com.betfair.cougar.core.api.jmx.JMXHttpParserReader

Copyright © 2018 www.massapicom. 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.