Package org.springmodules.location

Examples of org.springmodules.location.LocationInterceptor


    }
   
    protected void onTearDown() throws Exception {
        killWorkerThreads();
       
        LocationInterceptor li = (LocationInterceptor) applicationContext.getBean("locationInterceptor");
        log.info("Local invokes=" + li.getLocalInvokes() + "; remote invokes=" + li.getRemoteInvokes());
    }
View Full Code Here

TOP

Related Classes of org.springmodules.location.LocationInterceptor

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.