Package com.sun.sgs.impl.profile.listener

Examples of com.sun.sgs.impl.profile.listener.OperationLoggingProfileOpListener


    /** Creates an instance of DummyProfileCoordinator */
    private DummyProfileCoordinator() {
        Properties props = System.getProperties();
        collector = new ProfileCollectorImpl(ProfileLevel.MIN, props, null);
        collectorHandle = new ProfileCollectorHandleImpl(collector);
        OperationLoggingProfileOpListener listener =
            new OperationLoggingProfileOpListener(props, owner, null);
        collector.addListener(listener, true);
       
        ConfigManager config = new ConfigManager(props);
        try {
            collector.registerMBean(config, ConfigManager.MXBEAN_NAME);
View Full Code Here

TOP

Related Classes of com.sun.sgs.impl.profile.listener.OperationLoggingProfileOpListener

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.