Package org.jboss.cache.interceptors

Examples of org.jboss.cache.interceptors.BaseInterceptor


               if (mbeanExists)
                  // register associated interceptor mbean
                  server.registerMBean(interceptor, objName);
               else
                  // register dummy interceptor mbean
                  server.registerMBean(new BaseInterceptor(), objName);
            }
            catch (Exception e)
            {
               LOG.warn("mbean registration failed for " + objName.getCanonicalName() + "; " + e.toString());
            }           
View Full Code Here

TOP

Related Classes of org.jboss.cache.interceptors.BaseInterceptor

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.