Package org.eclipse.emf.cdo.view
Klasse CDOStaleReferencePolicy.DynamicProxy
java.lang.Object
org.eclipse.emf.cdo.view.CDOStaleReferencePolicy.DynamicProxy
- Alle implementierten Schnittstellen:
CDOStaleReferencePolicy
- Bekannte direkte Unterklassen:
CDOStaleReferencePolicy.DynamicProxy.Enhanced
- Umschließende Schnittstelle:
CDOStaleReferencePolicy
public static class CDOStaleReferencePolicy.DynamicProxy
extends Object
implements CDOStaleReferencePolicy
A
stale reference policy that provides Java dynamic proxies
when stale references are aceessed.- Seit:
- 4.4
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classAdynamic proxy stale reference policywith advancedtypecomputation and caching.Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.view.CDOStaleReferencePolicy
CDOStaleReferencePolicy.DynamicProxy -
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.view.CDOStaleReferencePolicy
DEFAULT, EXCEPTION, PROXY -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected EClassifiergetType(EObject source, EStructuralFeature feature, int index, CDOID target) processStaleReference(EObject source, EStructuralFeature feature, int index, CDOID target) Returns an object that we want to return to the caller (clients).toString()
-
Konstruktordetails
-
DynamicProxy
public DynamicProxy()
-
-
Methodendetails
-
processStaleReference
public Object processStaleReference(EObject source, EStructuralFeature feature, int index, CDOID target) Beschreibung aus Schnittstelle kopiert:CDOStaleReferencePolicyReturns an object that we want to return to the caller (clients). Exception thrown will be received by the caller (clients).- Angegeben von:
processStaleReferencein SchnittstelleCDOStaleReferencePolicy
-
getType
-
toString
-