Uses of Interface
org.jboss.cache.pojo.Reference

Packages that use Reference
org.jboss.cache.pojo   
org.jboss.cache.pojo.impl   
 

Uses of Reference in org.jboss.cache.pojo
 

Methods in org.jboss.cache.pojo that return types with arguments of type Reference
 java.util.Collection<Reference> PojoCache.getReferences(java.lang.Object object)
          Return a list of the references from attached objects to this object.
 

Uses of Reference in org.jboss.cache.pojo.impl
 

Classes in org.jboss.cache.pojo.impl that implement Reference
 class ReferenceImpl
          A reference from an attached object to another attached object.
 

Methods in org.jboss.cache.pojo.impl that return types with arguments of type Reference
 java.util.Collection<Reference> PojoInstance.getReferences()
           
 java.util.Collection<Reference> PojoCacheImpl.getReferences(java.lang.Object object)
           
 java.util.Collection<Reference> PojoCacheDelegate.getReferences(java.lang.Object object)
           
 

Methods in org.jboss.cache.pojo.impl with parameters of type Reference
 int PojoInstance.decrementRefCount(Reference reference)
           
 int PojoUtil.decrementReferenceCount(Reference reference, int count, java.util.Set<Reference> referencedBy_)
           
 int PojoInstance.incrementRefCount(Reference reference)
           
 int PojoUtil.incrementReferenceCount(Reference reference, int count, java.util.Set<Reference> referencedBy_)
           
protected  void ArrayHandler.put(org.jboss.cache.Fqn<?> fqn, Reference reference, java.lang.Object obj)
           
protected  java.lang.Object ArrayHandler.remove(org.jboss.cache.Fqn<?> fqn, Reference referencingFqn, java.lang.Object obj)
           
 int PojoUtil.undoDecrementReferenceCount(Reference reference, int count, java.util.Set<Reference> refList)
           
 int PojoUtil.undoIncrementReferenceCount(Reference reference, int count, java.util.Set<Reference> refList)
           
 

Method parameters in org.jboss.cache.pojo.impl with type arguments of type Reference
 int PojoUtil.decrementReferenceCount(Reference reference, int count, java.util.Set<Reference> referencedBy_)
           
 int PojoUtil.incrementReferenceCount(Reference reference, int count, java.util.Set<Reference> referencedBy_)
           
 int PojoUtil.undoDecrementReferenceCount(Reference reference, int count, java.util.Set<Reference> refList)
           
 int PojoUtil.undoIncrementReferenceCount(Reference reference, int count, java.util.Set<Reference> refList)
           
 



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