|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSDisposableRegistry | |
com.webobjects.eoapplication | Provides application logic utility classes to the client side of Java Client applications. |
com.webobjects.foundation | Provides a set of robust and mature core classes, including utility, collection, key-value coding, time and date, notification, and debug logging classes. |
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 Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |