org.jboss.aop.proxy.container
Class ContainerCacheUtil
java.lang.Object
org.jboss.aop.proxy.container.ContainerCacheUtil
public class ContainerCacheUtil
- extends Object
- Version:
- $Revision: 44750 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerCacheUtil
public ContainerCacheUtil()
getSortedWeakReferenceForInterfaces
public static WeakReference[] getSortedWeakReferenceForInterfaces(Class[] ifaces)
- Takes a Class[] containing interface classes, and returns an array of weak references to thos class
objects, sorted alphabetically by name.
compareClassRefs
public static boolean compareClassRefs(WeakReference my,
WeakReference other)
compareInterfaceRefs
public static boolean compareInterfaceRefs(WeakReference[] my,
WeakReference[] other)
Copyright © 2004 JBoss Inc. All Rights Reserved.