|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
Collection<Reference> |
PojoCache.getReferences(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 | |
|---|---|
Collection<Reference> |
PojoInstance.getReferences()
|
Collection<Reference> |
PojoCacheImpl.getReferences(Object object)
|
Collection<Reference> |
PojoCacheDelegate.getReferences(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,
Set<Reference> referencedBy_)
|
int |
PojoInstance.incrementRefCount(Reference reference)
|
int |
PojoUtil.incrementReferenceCount(Reference reference,
int count,
Set<Reference> referencedBy_)
|
protected void |
ArrayHandler.put(Fqn<?> fqn,
Reference reference,
Object obj)
|
protected Object |
ArrayHandler.remove(Fqn<?> fqn,
Reference referencingFqn,
Object obj)
|
int |
PojoUtil.undoDecrementReferenceCount(Reference reference,
int count,
Set<Reference> refList)
|
int |
PojoUtil.undoIncrementReferenceCount(Reference reference,
int count,
Set<Reference> refList)
|
| Method parameters in org.jboss.cache.pojo.impl with type arguments of type Reference | |
|---|---|
int |
PojoUtil.decrementReferenceCount(Reference reference,
int count,
Set<Reference> referencedBy_)
|
int |
PojoUtil.incrementReferenceCount(Reference reference,
int count,
Set<Reference> referencedBy_)
|
int |
PojoUtil.undoDecrementReferenceCount(Reference reference,
int count,
Set<Reference> refList)
|
int |
PojoUtil.undoIncrementReferenceCount(Reference reference,
int count,
Set<Reference> refList)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||