
Static Public Member Functions | |
| static boolean | isObjectRetained (Object object) |
| static void | release (Object object) |
| static void | retain (Object object) |
Static Private Attributes | |
| static NSMutableSet | _retainerSet = new NSMutableSet() |
| static EOEditingContext | ec |
}s.
Note that the current implementation does not implement reference counting so calling retain multiple times on the same object does not have any effect after the first call.
| static boolean isObjectRetained | ( | Object | object | ) | [static] |
Tests if the given object is being retained by the ERXRetainer class.
| object | object to be tested. |
| static void release | ( | Object | object | ) | [static] |
Releases the reference to the object.
| object | object to be released. |
| static void retain | ( | Object | object | ) | [static] |
Retains a reference to the object.
| object | object to be retained. |
NSMutableSet _retainerSet = new NSMutableSet() [static, private] |
set used to retain references to objects
EOEditingContext ec [static, private] |
1.5.8