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





Defined Types




NXRemoteException

DECLARED IN remote/NXProxy.h

SYNOPSIS    typedef enum {
NX_REMOTE_EXCEPTION_BASE,
NX_couldntSendException,
NX_couldntReceiveException,
NX_couldntDecodeArgumentsException,
NX_unknownMethodException,
NX_objectInaccessibleException,
NX_objectNotAvailableException,
NX_remoteInternalException,
NX_multithreadedRecursionDeadlockException,
NX_destinationInvalid,
NX_originatorInvalid,
NX_sendTimedOut,
NX_receiveTimedOut,
NX_REMOTE_LAST_EXCEPTION
} NXRemoteException

DESCRIPTION These are the exceptions that the Distributed Objects system might raise as a result of a remote message gone awry.




Symbolic Constants




Timeout Constants

DECLARED IN remote/NXConnection.h

SYNOPSIS    NX_CONNECTION_DEFAULT_TIMEOUT

DESCRIPTION This is the default timeout for a connection (currently, 15 seconds).