|
WebObjects 5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. | |||||||||
PREV NEXT | FRAMES NO FRAMES |