org.jboss.aop.util.reference
Class MethodPersistentReference
java.lang.Object
org.jboss.aop.util.reference.PersistentReference
org.jboss.aop.util.reference.ArgumentPersistentReference
org.jboss.aop.util.reference.MethodPersistentReference
public class MethodPersistentReference
- extends ArgumentPersistentReference
Copied from org.jboss.serial.references;
A reference to a field.
In case the reference is released, the reference will be reconstructed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodPersistentReference
public MethodPersistentReference(Method method,
int referenceType)
rebuildReference
public Object rebuildReference()
throws Exception
- Specified by:
rebuildReference
in class PersistentReference
- Throws:
Exception
getMethod
public Method getMethod()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.