|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CDOStaleReferencePolicy
Specifies a policy on how to deal with stale references.
Field Summary | |
---|---|
static CDOStaleReferencePolicy |
EXCEPTION
A default stale reference policy. |
static CDOStaleReferencePolicy |
PROXY
Returns a proxy object with the appropriate EClass. |
Method Summary | |
---|---|
Object |
processStaleReference(EObject source,
EStructuralFeature feature,
int index,
CDOID target)
Returns an object that we want to return to the caller (clients). |
Field Detail |
---|
static final CDOStaleReferencePolicy EXCEPTION
static final CDOStaleReferencePolicy PROXY
eClass()
and eIsProxy()
methods. For all invocations to other methods the proxy
object throws an ObjectNotFoundException
. The receiver can use CDOUtil.isStaleObject(Object)
to
detect proxy objects.
Method Detail |
---|
Object processStaleReference(EObject source, EStructuralFeature feature, int index, CDOID target)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |