| Allegro CL version 8.0 Object described on page has changed in 8.0. |
Arguments: &optional verify
Query the jLinker interface. Two values are returned. The first is
t
, nil
, or
:verified
. The second returned value indicates the
jlinker mode as follows:
nil
, the
second value is the keyword :socket
or the keyword
:native
.
nil
, the
second value is the first element of *jlinker-init*
.
If the interface is not running, the result is nil
. If the interface is running and the
verify argument is nil
,
return t
. If the interface is running and the
verify argument is non-nil
, send a round-trip message to verify the
connection (and return :verified
if all is
okay). If the interface appears to be malfunctioning, jlinker-end is called
to shut down the connection completely.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. The object described on this page has been modified in the 7.0 release; see the Release Notes.
Created 2005.9.20.
| Allegro CL version 8.0 Object described on page has changed in 8.0. |