Package org.apache.openejb.cdi

Examples of org.apache.openejb.cdi.ThreadSingletonService


            adapter.getGeronimoSingletonService().setWebApplicationSingletonService(null);
        }
    }

    private ThreadSingletonServiceAdapter getThreadSingletonServiceAdapter() {
        ThreadSingletonService threadSingletonService = SystemInstance.get().getComponent(ThreadSingletonService.class);
        return (threadSingletonService instanceof ThreadSingletonServiceAdapter) ? (ThreadSingletonServiceAdapter) threadSingletonService : null;
    }
View Full Code Here

TOP

Related Classes of org.apache.openejb.cdi.ThreadSingletonService

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.