|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
ObjectNotFoundException
. The receiver can
use CDOUtil.isStaleObject(Object)
or instanceof CDOStaleObject
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 |