Copyright ©1995 by NeXT Computer, Inc.  All Rights Reserved.




Types and Constants



Defined Types


NXRemoteException

typedef enum {
NX_REMOTE_EXCEPTION_BASE = 11000,
NX_couldntSendException = 11001,
NX_couldntReceiveException = 11002,
NX_couldntDecodeArgumentsException = 11003,
NX_unknownMethodException = 11004,
NX_objectInaccessibleException = 11005,
NX_objectNotAvailableException = 11007,
NX_remoteInternalException = 11008,
NX_multithreadedRecursionDeadlockException = 11009,
NX_destinationInvalid = 11010,
NX_originatorInvalid = 11011,
NX_sendTimedOut = 11012,
NX_receiveTimedOut = 11013,
NX_REMOTE_LAST_EXCEPTION = 11999
} NXRemoteException;



Symbolic Constants


Timeout Constantst Value
NX_CONNECTION_DEFAULT_TIMEOUT 15000