Uses of Class
org.jboss.cache.pojo.memory.PersistentReference

Packages that use PersistentReference
org.jboss.cache.pojo.memory   
 

Uses of PersistentReference in org.jboss.cache.pojo.memory
 

Subclasses of PersistentReference in org.jboss.cache.pojo.memory
 class ArgumentPersistentReference
          Abstract class used where reflection operations with arguments are used (like Methods and Constructors)
 class ConstructorPersistentReference
          This class is not used by JBossSerialization itself, as the constructor used is slightly different (GhostConstructor), but I kept the implementation here as a reference for others.
 class EmptyReference
           
 class FieldPersistentReference
          Creates a persistentReference for Fields
 class MethodPersistentReference
          A reference to a field.
 



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