Generic FunctionPackage: net.jlinkerToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.2
The object described on this page has been modified in the 8.2 release; see the Release Notes.
8.1 version

make-dist-object

Arguments: (self t) x &optional (symcase :read) (pkcase symcase)

Update: a patch released in March, 2011, modified this function to ignore the symcase and pkcase optional arguments. An error will be signaled if this function is called with values for those arguments other than the defaults shown (that is, both :read).

Create a remote representation of a Lisp object that can be passed to Java. The first argument must be nil. The remaining objects are as with make-immediate-object.

The symcase and pkcase arguments are ignored. It is an error to specify values for them other than the defauls shown.

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.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.2
The object described on this page has been modified in the 8.2 release; see the Release Notes.
8.1 version