org.jboss.cache.pojo.memory
Class MethodPersistentReference

java.lang.Object
  extended by org.jboss.cache.pojo.memory.PersistentReference
      extended by org.jboss.cache.pojo.memory.ArgumentPersistentReference
          extended by org.jboss.cache.pojo.memory.MethodPersistentReference

public class MethodPersistentReference
extends ArgumentPersistentReference

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.pojo.memory.PersistentReference
REFERENCE_SOFT
 
Constructor Summary
MethodPersistentReference(Method method, int referenceType)
           
 
Method Summary
 Method getMethod()
           
 Object rebuildReference()
           
 
Methods inherited from class org.jboss.cache.pojo.memory.PersistentReference
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodPersistentReference

public MethodPersistentReference(Method method,
                                 int referenceType)
Method Detail

rebuildReference

public Object rebuildReference()
                        throws Exception
Specified by:
rebuildReference in class PersistentReference
Throws:
Exception

getMethod

public Method getMethod()


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.