/usr/share/GNUstep/Documentation/EOControl/EOSharedEditingContext.html is in libgnustep-dl2-dev 0.12.0-15.1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title>EOSharedEditingContext class documentation</title>
  </head>
  <body>
    <font face="serif">
    <a href="EOControl.html">Up</a>
    <br />
    <h1><a name="title$EOSharedEditingContext">EOSharedEditingContext class documentation</a></h1>
    <h3>Authors</h3>
    <dl>
      <dt>Generated by Debian</dt>
      <dd>
      </dd>
    </dl>
        <div>
      <hr width="50%" align="left" />
      <h3>Contents -</h3>
      <ol>
        <li>
          <a href="#001000000000">Software documentation for the EOSharedEditingContext
        class</a>
        </li>
        <li>
          <a href="#002000000000">EOSharedEditingContext variables</a>
        </li>
      </ol>
      <hr width="50%" align="left" />
    </div>
          <h1><a name="001000000000">
        Software documentation for the EOSharedEditingContext
        class
      </a></h1>
    <h2><a name="class$EOSharedEditingContext">EOSharedEditingContext</a> : <a rel="gsdoc" href="EOEditingContext.html#class$EOEditingContext">EOEditingContext</a></h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>EOControl/EOSharedEditingContext.h</dd>
      </dl>
    </blockquote>
    <div class="desc">
      
          
    </p>
    <p>
            Immutable Enterprise Objects can be shared among
            EOEditingContexts via
            EOSharedEditingContext. Normally
            EOs belong to a specific EOEditingContext and this
            editing context tracks the changes of this object.
            Yet sometimes immutable objects are often referenced by
            many objects and they would have to fetched and
            tracked within many EOEditingContexts.
            EOSharedEditingContext is intended
            to address this by supplying an shared context for
            immutable objects which can be shared among
            instances of EOEditingContext. An EO that is
            registered with an EOSharedEditingContext may
            not be contained in an other EOEditingContext which
            uses the EOSharedEditingContext.
              </p>
    <p>
      
          
    </p>
    <p>
            The only valid way to modify an object that is
            contained in a shared context is by changing it
            in an unreladed EOEditingContext (i.e. one which does
            not use the EOSharedEditingContext), commit those
            changes to the object store which would post a
            EOObjectsChangedInStoreNotification
            which in turn will cause the EOSharedEditingContext
            to invalidate an subsequently refetch the values of the
            EO from its object store.
              </p>
    <p>
      
          
    </p>
    <p>
            Objects are fetched with
            <a rel="gsdoc" href="EOEditingContext.html#method$EOEditingContext-objectsWithFetchSpecification$">
              [-objectsWithFetchSpecification:]
            </a>
            or
            <a rel="gsdoc" href="#method$EOSharedEditingContext-bindObjectsWithFetchSpecification$toName$">[-bindObjectsWithFetchSpecification:toName:]</a>
 into an EOSharedEditingContext. If the later method is used, the objects can be later retrieved via <a rel="gsdoc" href="#method$EOSharedEditingContext-objectsByEntityNameAndFetchSpecificationName">-objectsByEntityNameAndFetchSpecificationName</a>
.
              </p>
    <p>
      
        
    </div>
    <hr width="50%" align="left" />
    <a href="#_EOSharedEditingContext_ivars">Instance Variables</a>
    <br/><br/>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext+defaultSharedEditingContext">+defaultSharedEditingContext</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext+setDefaultSharedEditingContext$">+setDefaultSharedEditingContext:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-bindObjectsWithFetchSpecification$toName$">-bindObjectsWithFetchSpecification:toName:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-deleteObject$">-deleteObject:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-deletedObjects">-deletedObjects</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-faultForGlobalID$editingContext$">-faultForGlobalID:editingContext:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-hasChanges">-hasChanges</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-insertObject$">-insertObject:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-insertedObjects">-insertedObjects</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-lockForReading">-lockForReading</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-objectForGlobalID$">-objectForGlobalID:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-objectWillChange$">-objectWillChange:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-objectsByEntityName">-objectsByEntityName</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-objectsByEntityNameAndFetchSpecificationName">-objectsByEntityNameAndFetchSpecificationName</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-objectsWithFetchSpecification$editingContext$">-objectsWithFetchSpecification:editingContext:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-refaultObject$withGlobalID$editingContext$">-refaultObject:withGlobalID:editingContext:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-registeredObjects">-registeredObjects</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-reset">-reset</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-retrieveReaderLocks">-retrieveReaderLocks</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-saveChanges">-saveChanges</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-setSharedEditingContext$">-setSharedEditingContext:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-setUndoManager$">-setUndoManager:</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-sharedEditingContext">-sharedEditingContext</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-suspendReaderLocks">-suspendReaderLocks</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-tryLockForReading">-tryLockForReading</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-unlockForReading">-unlockForReading</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-updatedObjects">-updatedObjects</a></li>
      <li><a rel="gsdoc" href="EOSharedEditingContext.html#method$EOSharedEditingContext-validateChangesForSave">-validateChangesForSave</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$EOSharedEditingContext+defaultSharedEditingContext">defaultSharedEditingContext </a></h3>
    + (<a rel="gsdoc" href="#class$EOSharedEditingContext">EOSharedEditingContext</a>*) <b>defaultSharedEditingContext</b>;<br />
    <div class="desc">
      
            Returns the current default shared editing context.
            This method will create one if none currently exists.
            The first time this method implicitly creates a shared
            editing context it will post a
            <code>
              EODefaultSharedEditingContextWasInitializedNotification
            </code>
            .
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext+setDefaultSharedEditingContext$">setDefaultSharedEditingContext: </a></h3>
    + (void) <b>setDefaultSharedEditingContext:</b> (<a rel="gsdoc" href="#class$EOSharedEditingContext">EOSharedEditingContext</a>*)context;<br />
    <div class="desc">
      
            Explicity sets the default shared editing
            <var>context</var>. If CONTEXT is not an
            EOSharedEditingContext this method
            raises an NSInternalInconsistency exception.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-bindObjectsWithFetchSpecification$toName$">bindObjectsWithFetchSpecification: toName: </a></h3>
    - (void) <b>bindObjectsWithFetchSpecification:</b> (<a rel="gsdoc" href="EOFetchSpecification.html#class$EOFetchSpecification">EOFetchSpecification</a>*)fetchSpec<b> toName:</b> (NSString*)name;<br />
    <div class="desc">
      
            Invokes
            <a rel="gsdoc" href="EOEditingContext.html#method$EOEditingContext-objectsWithFetchSpecification$">
              [-objectsWithFetchSpecification:]
            </a>
            and registers the objects to be retrieved with
            <a rel="gsdoc" href="#method$EOSharedEditingContext-objectsByEntityName">
              [-objectsByEntityName]
            </a>
            and
            <a rel="gsdoc" href="#method$EOSharedEditingContext-objectsByEntityNameAndFetchSpecificationName">-objectsByEntityNameAndFetchSpecificationName</a>
;
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-deleteObject$">deleteObject: </a></h3>
    - (void) <b>deleteObject:</b> (id)object;<br />
    <div class="desc">
      
            Raises an NSInternalInconsistencyException since a
            shared editing context may not delete objects.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-deletedObjects">deletedObjects </a></h3>
    - (NSArray*) <b>deletedObjects</b>;<br />
    <div class="desc">
      
            Returns an empty array since a shared editing
            context may not delete objects.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-faultForGlobalID$editingContext$">faultForGlobalID: editingContext: </a></h3>
    - (id) <b>faultForGlobalID:</b> (<a rel="gsdoc" href="EOGlobalID.html#class$EOGlobalID">EOGlobalID</a>*)globalID<b> editingContext:</b> (<a rel="gsdoc" href="EOEditingContext.html#class$EOEditingContext">EOEditingContext</a>*)context;<br />
    <div class="desc">
      
            Returns the fault of the superclass implementation
            but insures that the returned object is valid in
            autoreleased in the current autorelease pool
            of the calling thread.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-hasChanges">hasChanges </a></h3>
    - (BOOL) <b>hasChanges</b>;<br />
    <div class="desc">
      
            Always returns <code>NO</code> since a shared
            editing context may not have changes.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-insertObject$">insertObject: </a></h3>
    - (void) <b>insertObject:</b> (id)object;<br />
    <div class="desc">
      
            Raises an NSInternalInconsistencyException since a
            shared editing context may not delete objects.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-insertedObjects">insertedObjects </a></h3>
    - (NSArray*) <b>insertedObjects</b>;<br />
    <div class="desc">
      
            Returns an empty array since a shared editing
            context may not insert objects.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-lockForReading">lockForReading </a></h3>
    - (void) <b>lockForReading</b>;<br />
    <div class="desc">
      
            Increases the recievers lock count for reading.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-objectForGlobalID$">objectForGlobalID: </a></h3>
    - (id) <b>objectForGlobalID:</b> (<a rel="gsdoc" href="EOGlobalID.html#class$EOGlobalID">EOGlobalID</a>*)globalID;<br />
    <div class="desc">
      
            Returns the object of the superclass implementation
            but insures that the returned object is valid in
            autoreleased in the current autorelease pool
            of the calling thread.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-objectWillChange$">objectWillChange: </a></h3>
    - (void) <b>objectWillChange:</b> (id)object;<br />
    <div class="desc">
      
            Raises an NSInternalInconsistencyException since
            objects in a shared editing context may not be
            modified.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-objectsByEntityName">objectsByEntityName </a></h3>
    - (NSDictionary*) <b>objectsByEntityName</b>;<br />
    <div class="desc">
      
            Returns all object currently maintained the the
            EOSharedEditingContext in an
            NSDictionary associated with the corresponding
            entity name.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-objectsByEntityNameAndFetchSpecificationName">objectsByEntityNameAndFetchSpecificationName </a></h3>
    - (NSDictionary*) <b>objectsByEntityNameAndFetchSpecificationName</b>;<br />
    <div class="desc">
      
            Returns all object currently maintained the the
            EOSharedEditingContext in an
            NSDictionary associated with the corresponding
            name supplied by previous
            <a rel="gsdoc" href="#method$EOSharedEditingContext-bindObjectsWithFetchSpecification$toName$">[-bindObjectsWithFetchSpecification:toName:]</a>
 each containing a dictionary in which the objects are assicated with the entity name.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-objectsWithFetchSpecification$editingContext$">objectsWithFetchSpecification: editingContext: </a></h3>
    - (NSArray*) <b>objectsWithFetchSpecification:</b> (<a rel="gsdoc" href="EOFetchSpecification.html#class$EOFetchSpecification">EOFetchSpecification</a>*)fetchSpec<b> editingContext:</b> (<a rel="gsdoc" href="EOEditingContext.html#class$EOEditingContext">EOEditingContext</a>*)context;<br />
    <div class="desc">
      
            Fetches the objects with the FETCHSPEC and
            registers them for retrieval with
            <a rel="gsdoc" href="#method$EOSharedEditingContext-objectsByEntityName">
              -objectsByEntityName
            </a>
            .
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-refaultObject$withGlobalID$editingContext$">refaultObject: withGlobalID: editingContext: </a></h3>
    - (void) <b>refaultObject:</b> (id)object<b> withGlobalID:</b> (<a rel="gsdoc" href="EOGlobalID.html#class$EOGlobalID">EOGlobalID</a>*)globalID<b> editingContext:</b> (<a rel="gsdoc" href="EOEditingContext.html#class$EOEditingContext">EOEditingContext</a>*)context;<br />
    <div class="desc">
      
            This method is invoked if the objects have been
            modified in an unrelated EOEditingContext and
            therefor needs to be invalidated and refetched
            here.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-registeredObjects">registeredObjects </a></h3>
    - (NSArray*) <b>registeredObjects</b>;<br />
    <div class="desc">
      
            Returns the registered objects of the superclass
            implementation but insures that that the
            returned objects are valid in autoreleased in the
            current autorelease pool of the calling thread.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-reset">reset </a></h3>
    - (void) <b>reset</b>;<br />
    <div class="desc">
      
            Overriden to do nothing.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-retrieveReaderLocks">retrieveReaderLocks </a></h3>
    - (void) <b>retrieveReaderLocks</b>;<br />
    <div class="desc">
      
            Retrieve suspended reader lock count.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-saveChanges">saveChanges </a></h3>
    - (void) <b>saveChanges</b>;<br />
    <div class="desc">
      
            Raises an NSInternalInconsistencyException since
            objects in a shared editing context may not be
            modified.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-setSharedEditingContext$">setSharedEditingContext: </a></h3>
    - (void) <b>setSharedEditingContext:</b> (<a rel="gsdoc" href="#class$EOSharedEditingContext">EOSharedEditingContext</a>*)sharedContext;<br />
    <div class="desc">
      
            Raises an NSInternalInconsistencyException unless
            SHAREDCONTEXT is <code>nil</code>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-setUndoManager$">setUndoManager: </a></h3>
    - (void) <b>setUndoManager:</b> (NSUndoManager*)undoManager;<br />
    <div class="desc">
      
            Raises an NSInternalInconsistencyException unless
            SHAREDCONTEXT is <code>nil</code>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-sharedEditingContext">sharedEditingContext </a></h3>
    - (<a rel="gsdoc" href="#class$EOSharedEditingContext">EOSharedEditingContext</a>*) <b>sharedEditingContext</b>;<br />
    <div class="desc">
      
            EOSharedEditingContexts cannot have
            shared editing contexts. This methos allways returns
            <code>nil</code>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-suspendReaderLocks">suspendReaderLocks </a></h3>
    - (void) <b>suspendReaderLocks</b>;<br />
    <div class="desc">
      
            Suspends the reader lock count until
            retrieveReaderLocks is called.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-tryLockForReading">tryLockForReading </a></h3>
    - (BOOL) <b>tryLockForReading</b>;<br />
    <div class="desc">
      
            Attempts to increases the recievers lock count for
            reading. Returns <code>NO</code> if the lock
            cannot be retrieved.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-unlockForReading">unlockForReading </a></h3>
    - (void) <b>unlockForReading</b>;<br />
    <div class="desc">
      
            Decreases the recievers lock count for reading.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-updatedObjects">updatedObjects </a></h3>
    - (NSArray*) <b>updatedObjects</b>;<br />
    <div class="desc">
      
            Returns an empty array since a shared editing
            context may not insert objects.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOSharedEditingContext-validateChangesForSave">validateChangesForSave </a></h3>
    - (void) <b>validateChangesForSave</b>;<br />
    <div class="desc">
      
            Overriden to do nothing.
          
    </div>
    <hr width="25%" align="left" />
</div>
<a name="_EOSharedEditingContext_ivars"/>    <br/><hr width="50%" align="left" />
    <h2>Instance Variables for EOSharedEditingContext Class</h2>
    <h3><a name="ivariable$EOSharedEditingContext*_initializedGlobalIDs">_initializedGlobalIDs</a></h3>
    @protected NSMutableArray* <b>_initializedGlobalIDs</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOSharedEditingContext*_objsByEntity">_objsByEntity</a></h3>
    @protected NSMutableDictionary* <b>_objsByEntity</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOSharedEditingContext*_objsByEntityFetchSpec">_objsByEntityFetchSpec</a></h3>
    @protected NSMutableDictionary* <b>_objsByEntityFetchSpec</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOSharedEditingContext*_readerLockCount">_readerLockCount</a></h3>
    @protected int <b>_readerLockCount</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOSharedEditingContext*_readerLockCountSuspended">_readerLockCountSuspended</a></h3>
    @protected int <b>_readerLockCountSuspended</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$EOSharedEditingContext*_sharedLock">_sharedLock</a></h3>
    @protected NSRecursiveLock* <b>_sharedLock</b>;<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <br/><hr width="50%" align="left" /><br/>
          <h1><a name="002000000000">EOSharedEditingContext variables</a></h1>
    <p>
    </p>
    <h3><a name="variable$EODefaultSharedEditingContextWasInitializedNotification">EODefaultSharedEditingContextWasInitializedNotification</a></h3>
    NSString* EODefaultSharedEditingContextWasInitializedNotification;<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="variable$EOSharedEditingContextInitializedObjectsNotification">EOSharedEditingContextInitializedObjectsNotification</a></h3>
    NSString* EOSharedEditingContextInitializedObjectsNotification;<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <br />
    <a href="EOControl.html">Up</a>
    </font>
</body>
</html>
 |