KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > cache > interceptors > InvocationContextInterceptorMBean


1 package org.jboss.cache.interceptors;
2
3 /**
4  * MBean to the {@link InvocationContextInterceptor}
5  *
6  * @author <a HREF="mailto:manik@jboss.org">Manik Surtani</a>
7  */

8 public interface InvocationContextInterceptorMBean extends InterceptorMBean
9 {
10 }
11
Popular Tags