Package org.eclipse.emf.cdo.view
Class CDOStaleReferencePolicy.DynamicProxy
- java.lang.Object
- 
- org.eclipse.emf.cdo.view.CDOStaleReferencePolicy.DynamicProxy
 
- 
- All Implemented Interfaces:
- CDOStaleReferencePolicy
 - Direct Known Subclasses:
- CDOStaleReferencePolicy.DynamicProxy.Enhanced
 - Enclosing interface:
- CDOStaleReferencePolicy
 
 public static class CDOStaleReferencePolicy.DynamicProxy extends java.lang.Object implements CDOStaleReferencePolicy Astale reference policythat providesJava dynamic proxieswhen stale references are aceessed.- Since:
- 4.4
- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCDOStaleReferencePolicy.DynamicProxy.EnhancedAdynamic proxy stale reference policywith advancedtypecomputation and caching.- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.view.CDOStaleReferencePolicyCDOStaleReferencePolicy.DynamicProxy
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.view.CDOStaleReferencePolicyDEFAULT, EXCEPTION, PROXY
 
- 
 - 
Constructor SummaryConstructors Constructor Description DynamicProxy()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.emf.ecore.EClassifiergetType(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature feature, int index, CDOID target)java.lang.ObjectprocessStaleReference(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature feature, int index, CDOID target)Returns an object that we want to return to the caller (clients).java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
processStaleReferencepublic java.lang.Object processStaleReference(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature feature, int index, CDOID target)Description copied from interface:CDOStaleReferencePolicyReturns an object that we want to return to the caller (clients). Exception thrown will be received by the caller (clients).- Specified by:
- processStaleReferencein interface- CDOStaleReferencePolicy
 
 - 
getTypeprotected org.eclipse.emf.ecore.EClassifier getType(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature feature, int index, CDOID target)
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-