Methods


-initWithServerActionHint:
initializes the receiver.
+notificationName
+sendShutdownNotificationTo:
-serverActionHint

initWithServerActionHint:


initializes the receiver.

- initWithServerActionHint: (ft_server_action_hint_t) actionHint;
Parameter Descriptions
actionHint
server's action to be performed next and for which this notification is being sent.
method result
self

notificationName


+ (NSString *) notificationName;
method result
name of notification

sendShutdownNotificationTo:


+ (void) sendShutdownNotificationTo: (NSNotificationCenter *) center;

serverActionHint


- (ft_server_action_hint_t) serverActionHint;
method result
return information about the server's next action

(Last Updated August 27, 2006)