[TOC] [Prev] [Next] [Bottom]

NSDPSServerContext

Inherits From:
NSDPSContext : NSObject

Conforms To:
NSObject (NSObject)

Declared In:
AppKit/NSDPSServerContext.h

Class Description

<<forthcoming>>


Method Types

<<forthcoming>>

Class Methods

areEventsTraced

+ (BOOL)areEventsTraced

<<forthcoming>>


isDeadKeyProcessingEnabled

+ (BOOL)isDeadKeyProcessingEnabled

<<forthcoming>>


nextEventMatchingMask:untilDate:inMode:dequeue

+ (NSEvent *)nextEventMatchingMask:(unsigned int)mask untilDate:(NSDate *)expiration inMode:(NSString *)mode dequeue:(BOOL)deqFlag

<<forthcoming>>


isEventCoalescingEnabled

+ (BOOL)isEventCoalescingEnabled

<<forthcoming>>


setDeadKeyProcessingEnabled:

+ (void)setDeadKeyProcessingEnabled:(BOOL)flag

<<forthcoming>>


setEventCoalescingEnabled:

+ (void)setEventCoalescingEnabled:(BOOL)flag

<<forthcoming>>


setEventsTraced:

+ (void)setEventsTraced:(BOOL)flag

<<forthcoming>>


Instance Methods

hostName

- (NSString *)hostName

<<forthcoming>>


initWithHostName:serverName:textProc:errorProc:timeout:secure:encapsulated:

- initWithHostName:(NSString *)hostName serverName:(NSString *)serverName textProc:(DPSTextProc)textProc errorProc:(DPSErrorProc)errorProc timeout:(NSTimeInterval)timeout secure:(BOOL)secureFlag encapsulated:(BOOL)doEncapsulated

<<forthcoming>>


nextEventMatchingMask:untilDate:inMode:dequeue

- (NSEvent *)nextEventMatchingMask:(unsigned int)mask untilDate:(NSDate *)expiration inMode:(NSString *)mode dequeue:(BOOL)deqFlag

<<forthcoming>>


sendEOF

- (void)sendEOF

<<forthcoming>>


sendPort:withAllRights:

- (int)sendPort:(NSPort *)port withAllRights:(BOOL)flag

<<forthcoming>>


sendTaggedMsg:

- (int)sendTaggedMsg:(DPSTaggedMsg *)msg

<<forthcoming>>


serverName

- (NSString *)serverName

<<forthcoming>>

Description:



[TOC] [Prev] [Next] [Bottom]

Copyright © 1997, Apple Computer, Inc. All rights reserved.