|
||||||||||
| 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
org.jboss.cache.aop.references.MethodPersistentReference
public class MethodPersistentReference
A reference to a field. In case the reference is released, the reference will be reconstructed
| Field Summary |
|---|
| Fields inherited from class org.jboss.cache.aop.references.PersistentReference |
|---|
REFERENCE_SOFT, REFERENCE_WEAK |
| Constructor Summary | |
|---|---|
MethodPersistentReference(java.lang.reflect.Method method,
int referenceType)
|
|
| Method Summary | |
|---|---|
java.lang.reflect.Method |
getMethod()
|
java.lang.Object |
rebuildReference()
|
| Methods inherited from class org.jboss.cache.aop.references.ArgumentPersistentReference |
|---|
getArguments, setArguments |
| Methods inherited from class org.jboss.cache.aop.references.PersistentReference |
|---|
buildReference, get, getMappedClass, internalGet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodPersistentReference(java.lang.reflect.Method method,
int referenceType)
| Method Detail |
|---|
public java.lang.Object rebuildReference()
throws java.lang.Exception
rebuildReference in class PersistentReferencejava.lang.Exceptionpublic java.lang.reflect.Method getMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||