Arguments: key &optional value
The purpose of this function is to extract and modify data specific to one particular Lisp-Java connection. The first (required) argument, key, is a keyword that specifies the information accessed. If the second (optional) argument, value, is omitted or nil, the current value is returned; if the second argument is non-nil, it is stored.
:data
is one possible value of the
key argument.
This value is reserved for the application programmer. The purpose
is to provide a place for application-specific data associated with a
particular connection. There is an example of its use in
examples/jlinker/applet/many-applets.cl.
The other values of the key argument are reserved for internal uses at this time.
See jlinker.htm for more information on the jLinker facility.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.