org.jboss.serial.references
Class MethodPersistentReference
java.lang.Object
org.jboss.serial.references.PersistentReference
org.jboss.serial.references.ArgumentPersistentReference
org.jboss.serial.references.MethodPersistentReference
public class MethodPersistentReference
- extends ArgumentPersistentReference
A reference to a field.
In case the reference is released, the reference will be reconstructed
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodPersistentReference
public MethodPersistentReference(java.lang.reflect.Method method,
int referenceType)
rebuildReference
public java.lang.Object rebuildReference()
throws java.lang.Exception
- Specified by:
rebuildReference
in class PersistentReference
- Throws:
java.lang.Exception
getMethod
public java.lang.reflect.Method getMethod()
JBoss Serialization, a new approach to java-serialization.