Class CDOStaleReferencePolicy.DynamicProxy

    • Constructor Detail

      • DynamicProxy

        public DynamicProxy()
    • Method Detail

      • processStaleReference

        public java.lang.Object processStaleReference​(org.eclipse.emf.ecore.EObject source,
                                                      org.eclipse.emf.ecore.EStructuralFeature feature,
                                                      int index,
                                                      CDOID target)
        Description copied from interface: CDOStaleReferencePolicy
        Returns an object that we want to return to the caller (clients). Exception thrown will be received by the caller (clients).
        Specified by:
        processStaleReference in interface CDOStaleReferencePolicy
      • getType

        protected org.eclipse.emf.ecore.EClassifier getType​(org.eclipse.emf.ecore.EObject source,
                                                            org.eclipse.emf.ecore.EStructuralFeature feature,
                                                            int index,
                                                            CDOID target)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object