站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

CollectionInterceptorUtil (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


org.jboss.cache.aop
Class CollectionInterceptorUtil

java.lang.Object
  extended byorg.jboss.cache.aop.CollectionInterceptorUtil

public class CollectionInterceptorUtil
extends Object

CollectionInterceptorUtil contains helper methods for the interceptors of the different collection types.

Author:
Harald Gliebe

Constructor Summary
CollectionInterceptorUtil()
           
 
Method Summary
static org.jboss.aop.proxy.ClassProxy createProxy(Class clazz, org.jboss.aop.advice.Interceptor interceptor)
           
static Map getManagedMethods(Class clazz)
           
static Map getMethodMap(Class clazz)
           
static Object invoke(org.jboss.aop.joinpoint.Invocation invocation, Object interceptor, Map methodMap, Map managedMethods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionInterceptorUtil

public CollectionInterceptorUtil()
Method Detail

createProxy

public static org.jboss.aop.proxy.ClassProxy createProxy(Class clazz,
                                                         org.jboss.aop.advice.Interceptor interceptor)
                                                  throws Exception
Throws:
Exception

getMethodMap

public static Map getMethodMap(Class clazz)

getManagedMethods

public static Map getManagedMethods(Class clazz)

invoke

public static Object invoke(org.jboss.aop.joinpoint.Invocation invocation,
                            Object interceptor,
                            Map methodMap,
                            Map managedMethods)
                     throws Throwable
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.