WebObjects 5.1

Uses of Class
com.webobjects.foundation.NSDisposableRegistry

Packages that use NSDisposableRegistry
com.webobjects.eoapplication   
com.webobjects.foundation   
 

Uses of NSDisposableRegistry in com.webobjects.eoapplication
 

Methods in com.webobjects.eoapplication that return NSDisposableRegistry
 NSDisposableRegistry EOController.disposableRegistry()
          Returns the receiver's disposable registry.
 NSDisposableRegistry EOArchive.disposableRegistry()
          Returns the disposable registry for the objects loaded from the archive.
 

Methods in com.webobjects.eoapplication with parameters of type NSDisposableRegistry
static NSDictionary EOArchive.loadArchiveNamed(String archiveName, Object owner, String archivePackageName, NSDisposableRegistry registry)
          Loads an archive.
 

Constructors in com.webobjects.eoapplication with parameters of type NSDisposableRegistry
EOArchive(Object owner, NSDisposableRegistry registry)
          Creates a new archive object with the owner owner and the disposably registry registry for the objects loaded from the archive.
 

Uses of NSDisposableRegistry in com.webobjects.foundation
 

Methods in com.webobjects.foundation with parameters of type NSDisposableRegistry
 void NSDisposableRegistry.addObjectsFromRegistry(NSDisposableRegistry registry)
          Adds the objects in registry to this registry, so that registry's objects will be disposed when this one is disposed.
 


Last updated Thu Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.