Package com.springsource.insight.intercept.plugin

Examples of com.springsource.insight.intercept.plugin.CollectionSettingName


        return !disabledApps.contains(appName);
    }

    private boolean registerApplicationNameIfNeeded(ApplicationName appName) {
        if (knownApps.add(appName)) {
            CollectionSettingName name = CollectionSettingNames.createApplicationCollectionSettingName(appName);
            registry.register(name, Boolean.TRUE);

            return true;
        } else {
            return false;
View Full Code Here

TOP

Related Classes of com.springsource.insight.intercept.plugin.CollectionSettingName

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.