| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: (self net.jlinker::servlet)
This method is called from the Java servlet
destroy()
method. The pre-defined primary method
discards any locally cached information and any remote references.
Compatibility Note: In release 6.1, the Lisp symbol naming this
method was net.jlinker:destroy
. In 6.2, the
name is net.jlinker:destroy-servlet
. The
symbol net.jlinker::destroy
still exists (but
is not exported) and names a function that calls
net.jlinker:destroy-servlet
. If an existing
application needs to use the unqualified symbol, it may be exported
(after loading module :jlinkent
) with a form such
as:
(eval-when (compile load eval) (require :jlinker) (require :jlinkent) (defpackage :net.jlinker (:export #:destroy)) )
This function is defined when the jlinkent
module is
loaded. See The
jLinker Servlet API for details on the jLinker Servlet API.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |