Up
Authors
Mircea Oancea (mircea@jupiter.elcom.pub.ro
)
Mirko Viviani (mirko.viviani@gmail.com
)
Date: Generated at 2025-03-07 04:56:32 +0000
Copyright: (C)
1996-2002,2003,2004,2005 Free Software
Foundation, Inc.
class_EOFault
EOFault
EOFault
EOFault->EOFault
Declared in:
EOControl/EOFault.h
Description forthcoming.
Instance Variables
+ (id)
autorelease ;
Description forthcoming.
+ (Class)
class ;
Description forthcoming.
+ (void)
clearFault: (id)fault;
Description forthcoming.
+ (void)
doesNotRecognizeSelector: (SEL)selector;
Description forthcoming.
+ (
EOFaultHandler *)
handlerForFault: (id)fault;
Description forthcoming.
+ (void)
initialize ;
Description forthcoming.
+ (BOOL)
isFault: (id)object;
Description forthcoming.
+ (BOOL)
isKindOfClass: (Class)aClass;
Description forthcoming.
+ (void)
makeObjectIntoFault: (id)object
withHandler: (
EOFaultHandler *)handler;
Description forthcoming.
+ (void)
release ;
Description forthcoming.
+ (BOOL)
respondsToSelector: (SEL)selector;
Description forthcoming.
+ (id)
retain ;
Description forthcoming.
+ (
NSUInteger )
retainCount ;
Description forthcoming.
+ (id)
self ;
Description forthcoming.
+ (Class)
superclass ;
Description forthcoming.
+ (Class)
targetClassForFault: (id)fault;
Description forthcoming.
- (id)
autorelease ;
Description forthcoming.
- (Class)
class ;
Description forthcoming.
- (BOOL)
conformsToProtocol: (Protocol*)protocol;
Description forthcoming.
- (void)
dealloc ;
Description forthcoming.
- (
NSString *)
description ;
Description forthcoming.
- (void)
doesNotRecognizeSelector: (SEL)selector;
Description forthcoming.
- (
NSString *)
eoDescription ;
Description forthcoming.
- (
NSString *)
eoShallowDescription ;
Description forthcoming.
- (void)
forwardInvocation: (
NSInvocation *)invocation;
Description forthcoming.
- (BOOL)
isKindOfClass: (Class)aClass;
Description forthcoming.
- (BOOL)
isMemberOfClass: (Class)aClass;
Description forthcoming.
- (BOOL)
isProxy ;
Description forthcoming.
- (
NSMethodSignature *)
methodSignatureForSelector: (SEL)selector;
Description forthcoming.
- (void)
release ;
Description forthcoming.
- (BOOL)
respondsToSelector: (SEL)selector;
Description forthcoming.
- (id)
retain ;
Description forthcoming.
- (
NSUInteger )
retainCount ;
Description forthcoming.
- (id)
self ;
Description forthcoming.
- (Class)
superclass ;
Description forthcoming.
- (
NSZone *)
zone ;
Description forthcoming.
Instance Variables for EOFault Class
@public EOFaultHandler*
_handler ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@public Class
isa ;
Description forthcoming.
class_EOFaultHandler
NSObject
NSObject
EOFaultHandler
EOFaultHandler
NSObject->EOFaultHandler
Declared in:
EOControl/EOFault.h
Description forthcoming.
Instance Variables
- (Class)
classForFault: (id)fault;
Description forthcoming.
- (void)
completeInitializationOfObject: (id)object;
Description forthcoming.
- (BOOL)
conformsToProtocol: (Protocol*)protocol
forFault: (id)fault;
Description forthcoming.
- (BOOL)
decrementExtraRefCountIsZero ;
Description forthcoming.
- (
NSString *)
descriptionForObject: (id)object;
Description forthcoming.
- (void*)
extraData ;
Description forthcoming.
- (
NSUInteger )
extraRefCount ;
Description forthcoming.
- (void)
faultWillFire: (id)object;
Description forthcoming.
- (void)
incrementExtraRefCount ;
Description forthcoming.
- (BOOL)
isKindOfClass: (Class)aclass
forFault: (id)fault;
Description forthcoming.
- (BOOL)
isMemberOfClass: (Class)aclass
forFault: (id)fault;
Description forthcoming.
- (
NSMethodSignature *)
methodSignatureForSelector: (SEL)selector
forFault: (id)fault;
Description forthcoming.
- (BOOL)
respondsToSelector: (SEL)sel
forFault: (id)fault;
Description forthcoming.
- (void)
setTargetClass: (Class)target
extraData: (void*)data;
Description forthcoming.
- (BOOL)
shouldPerformInvocation: (
NSInvocation *)invocation;
Description forthcoming.
- (Class)
targetClass ;
Description forthcoming.
Instance Variables for EOFaultHandler Class
@protected void*
_extraData ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSUInteger
_extraRefCount ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected Class
_targetClass ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
Up