Package org.eclipse.emf.cdo.view
Schnittstelle CDOStaleReferencePolicy
- Alle bekannten Implementierungsklassen:
CDOStaleReferencePolicy.DynamicProxy
,CDOStaleReferencePolicy.DynamicProxy.Enhanced
public interface CDOStaleReferencePolicy
Specifies a policy on how to deal with stale references.
- Seit:
- 3.0
- Autor:
- Simon McDuff
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic class
Astale reference policy
that providesJava dynamic proxies
when stale references are aceessed. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final CDOStaleReferencePolicy
static final CDOStaleReferencePolicy
A stale reference policy that throws anObjectNotFoundException
each time.static final CDOStaleReferencePolicy
A stale reference policy that returns dynamic Java proxies with the appropriate EClasses. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprocessStaleReference
(EObject source, EStructuralFeature feature, int index, CDOID target) Returns an object that we want to return to the caller (clients).
-
Felddetails
-
EXCEPTION
A stale reference policy that throws anObjectNotFoundException
each time. -
PROXY
A stale reference policy that returns dynamic Java proxies with the appropriate EClasses. -
DEFAULT
- Seit:
- 4.2
-
-
Methodendetails
-
processStaleReference
Returns an object that we want to return to the caller (clients). Exception thrown will be received by the caller (clients).
-