Generic FunctionPackage: javatools.jlinkerToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Object described on page has changed in 6.2

destroy-servlet

Arguments: (self javatools.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 javatools.jlinker:destroy. In 6.2, the name is javatools.jlinker:destroy-servlet. The symbol javatools.jlinker::destroy still exists (but is not exported) and names a function that calls javatools.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 :javatools.jlinker (:export #:destroy))
 )

This function is defined in the jlinkent module is loaded. You must have a Allegro CL Enterprise (or higher) license to load that module. 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-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. The object described on this page has been modified in the 6.2 release; see the Release Notes.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Object described on page has changed in 6.2