org.jboss.aop.proxy.container
Class ContainerProxyCacheKey

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

public class ContainerProxyCacheKey
extends Object
implements Serializable

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

Constructor Summary
ContainerProxyCacheKey(Class clazz)
           
ContainerProxyCacheKey(Class clazz, Class[] addedInterfaces, org.jboss.repository.spi.MetaDataContext metaDataContext)
           
 
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,
                              org.jboss.repository.spi.MetaDataContext metaDataContext)
Method Detail

getClazz

public Class getClazz()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2004 JBoss Inc. All Rights Reserved.