Package org.apache.felix.ipojo.extender.internal.queue.pref

Examples of org.apache.felix.ipojo.extender.internal.queue.pref.Preference


     * @param callable the callable
     */
    private void checkBundlePreference(Callable<?> callable) {
        if (callable instanceof BundleReference) {
            Bundle bundle = ((BundleReference) callable).getBundle();
            Preference preference = m_strategy.select(bundle);

            if (!isCompatible(preference)) {
                // Log a warning, Bundle asked for a synchronous processing,
                // but we will enforce parametrised processing
                String message = String.format(
View Full Code Here

TOP

Related Classes of org.apache.felix.ipojo.extender.internal.queue.pref.Preference

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.