|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ManagedReferenceImpl | |
|---|---|
| com.sun.sgs.impl.service.data | Provides an implementation of DataService. |
| Uses of ManagedReferenceImpl in com.sun.sgs.impl.service.data |
|---|
| Methods in com.sun.sgs.impl.service.data that return ManagedReferenceImpl | ||
|---|---|---|
(package private) ManagedReferenceImpl<?> |
ReferenceTable.find(long oid)
Finds the managed reference associated with an object ID, returning null if no reference is found. |
|
(package private) ManagedReferenceImpl<?> |
ReferenceTable.find(ManagedObject object)
Finds the managed reference associated with a managed object, returning null if no reference is found. |
|
(package private) static
|
ManagedReferenceImpl.findReference(Context context,
T object)
Returns the reference associated with a context and object, or null if the reference is not found. |
|
(package private)
|
Context.findReference(T object)
Finds the existing reference associated with the specified object, returning null if it is not found. |
|
(package private) static ManagedReferenceImpl<?> |
ManagedReferenceImpl.getReference(Context context,
long oid)
Returns the reference associated with a context and object ID, creating an EMPTY reference if none is found. |
|
(package private) static
|
ManagedReferenceImpl.getReference(Context context,
T object)
Returns the reference associated with a context and object, creating a NEW reference if none is found. |
|
(package private) ManagedReferenceImpl<?> |
Context.getReference(long oid)
Obtains the reference associated with the specified ID. |
|
(package private)
|
Context.getReference(T object)
Obtains the reference associated with the specified object. |
|
(package private) static
|
ManagedReferenceImpl.safeFindReference(Context context,
T object)
Returns the reference associated with a context and object, or null if the reference is not found or the object has been removed. |
|
(package private)
|
Context.safeFindReference(T object)
Finds the existing reference associated with the specified object, returning null if it is not found or has been removed. |
|
| Methods in com.sun.sgs.impl.service.data with parameters of type ManagedReferenceImpl | |
|---|---|
(package private) void |
ReferenceTable.add(ManagedReferenceImpl<?> ref)
Adds a new managed reference to this table. |
(package private) void |
ReferenceTable.registerObject(ManagedReferenceImpl<?> ref)
Updates this table for a reference that has been newly associated with an object. |
(package private) void |
ReferenceTable.remove(ManagedReferenceImpl<?> ref)
Removes a managed reference from this table. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||