org.jboss.aop.proxy.container
Class ContainerProxyCacheKey

java.lang.Object
  extended by org.jboss.aop.proxy.container.ContainerProxyCacheKey
All Implemented Interfaces:
Serializable

public class ContainerProxyCacheKey
extends Object
implements Serializable

Version:
$Revision: 55907 $
Author:
Kabir Khan
See Also:
Serialized Form

Constructor Summary
ContainerProxyCacheKey(Class clazz)
           
ContainerProxyCacheKey(Class clazz, Class[] addedInterfaces)
           
 
Method Summary
 boolean equals(Object obj)
           
 Class getClazz()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerProxyCacheKey

public ContainerProxyCacheKey(Class clazz)

ContainerProxyCacheKey

public ContainerProxyCacheKey(Class clazz,
                              Class[] addedInterfaces)
Method Detail

getClazz

public Class getClazz()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004 JBoss Inc. All Rights Reserved.