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 classAstale reference policythat providesJava dynamic proxieswhen stale references are aceessed. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final CDOStaleReferencePolicystatic final CDOStaleReferencePolicyA stale reference policy that throws anObjectNotFoundExceptioneach time.static final CDOStaleReferencePolicyA 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 anObjectNotFoundExceptioneach 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).
-