org.jboss.cache.aop.references
Class ArgumentPersistentReference

java.lang.Object
  extended by org.jboss.cache.aop.references.PersistentReference
      extended by org.jboss.cache.aop.references.ArgumentPersistentReference
Direct Known Subclasses:
ConstructorPersistentReference, MethodPersistentReference

public abstract class ArgumentPersistentReference
extends PersistentReference

Abstract class used where reflection operations with arguments are used (like Methods and Constructors)

Author:
csuconic

Field Summary
 
Fields inherited from class org.jboss.cache.aop.references.PersistentReference
REFERENCE_SOFT, REFERENCE_WEAK
 
Constructor Summary
ArgumentPersistentReference(java.lang.Class clazz, java.lang.Object referencedObject, int referenceType)
           
 
Method Summary
 java.lang.Class[] getArguments()
           
 void setArguments(java.lang.Class[] parguments)
           
 
Methods inherited from class org.jboss.cache.aop.references.PersistentReference
buildReference, get, getMappedClass, internalGet, rebuildReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentPersistentReference

public ArgumentPersistentReference(java.lang.Class clazz,
                                   java.lang.Object referencedObject,
                                   int referenceType)
Method Detail

setArguments

public void setArguments(java.lang.Class[] parguments)

getArguments

public java.lang.Class[] getArguments()


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.