Package io.osv

Examples of io.osv.Context


* BSD license as described in the LICENSE file in the top-level directory.
*/
@SuppressWarnings("UnusedDeclaration")
public class IsolatingLogManager extends LogManager {
    private LogManager getDelegate() {
        Context context = ContextIsolator.getInstance().getContext();
        return context.getLogManagerWrapper().getManager();
    }
View Full Code Here

TOP

Related Classes of io.osv.Context

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.