org.jboss.cache.pojo.memory
Class FieldPersistentReference

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

public class FieldPersistentReference
extends PersistentReference

Creates a persistentReference for Fields

Author:
csuconic

Field Summary
 
Fields inherited from class org.jboss.cache.pojo.memory.PersistentReference
REFERENCE_SOFT
 
Constructor Summary
FieldPersistentReference(Field field, int referenceType)
           
 
Method Summary
 Field getField()
           
 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

FieldPersistentReference

public FieldPersistentReference(Field field,
                                int referenceType)
Method Detail

rebuildReference

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

getField

public Field getField()


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