|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.aop.references.PersistentReference
org.jboss.cache.aop.references.ArgumentPersistentReference
public abstract class ArgumentPersistentReference
Abstract class used where reflection operations with arguments are used (like Methods and Constructors)
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 |
---|
public ArgumentPersistentReference(java.lang.Class clazz, java.lang.Object referencedObject, int referenceType)
Method Detail |
---|
public void setArguments(java.lang.Class[] parguments)
public java.lang.Class[] getArguments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |