net.jlinker classes (original) (raw)
- async-http-servlet
- http-servlet
- jlinker-error
- jlinker-port-error
- jlinker-timeout-error
- jni-wrapper
- multi-async-http-servlet
- tran-struct
async-http-servlet
Class, net.jlinker package
This class and the related multi-async-http-servlet class are classes that should be subclassed by an application. The subclass defines working methods for the generic functions listed in The jLinker Servlet API in <jlinker.html>. The subclass also defines a value for the java-classes
slot. This class is defined when the jlinkent
module is loaded.
See <jlinker.html> for more information.
http-servlet
Class, net.jlinker package
A subclass of net.jlinker::servlet
. This is the Lisp counterpart to the Java class LispHttpServlet
.
This class implements dummy methods for all the Java methods in the Java class HttpServlet
. User code should subclass this class and override any method definitions that are actually used by the application. The subclass must also define a value for java-classes slot.
This class is defined when the jlinkent
module is loaded. See The jLinker Servlet API in <jlinker.html> for details on the jLinker Servlet API.
See <jlinker.html> for more information.
jlinker-error
Class, net.jlinker package
This is the class of the error signaled when there is a problem with jlinker functions like jlinker-init and jlinker-end. Errors are signaled if the value of the *jlinker-error-p* is nil
.
This class has three slots:
action
(accessed by jlinker-error-action): a symbol or keyword describing the high-level activity that triggered the error.identifier
(accessed by jlinker-error-identifier): a keyword or string describing the error.data
(accessed by jlinker-error-data): additional data of interest, if any.
See <jlinker.html> for more information.
jlinker-port-error
Class, net.jlinker package
This subclass of jlinker-error is signaled when it takes longer than *jlinker-port-timeout*seconds for a port to become available.
See <jlinker.html> for more information on the jLinker facility.
jlinker-timeout-error
Class, net.jlinker package
This subclass of jlinker-error is signaled when Java takes more than *jlinker-reply-timeout* seconds to respond.
See <jlinker.html> for more information on the jLinker facility.
jni-wrapper
Class, net.jlinker package
A subclass of net.jlinker:jwrapper
. This is the class of remote reference objects pointing to objects in the Java VM when the JNI mode of Jlinker is active.
See <jlinker.html> for more information.
multi-async-http-servlet
Class, net.jlinker package
This class and the related async-http-servlet class are classes that should be subclassed by an application. The subclass defines working methods for the generic functions listed in The jLinker Servlet API in <jlinker.html>. The subclass also defines a value for the java-classes
slot. This class is defined when the jlinkent
module is loaded.
See <jlinker.html> for more information.
tran-struct
Class, net.jlinker package
Instances of this class represent remote references to data in Java. Another use for this class is to represent pre-wrapped Lisp values when a specific data conversion is needed in the Java representation of the Lisp value and the default conversion is not the one.
Instances of this class will appear as values of Java calls, or as the value of calls to make-immediate-object and wrap-object.
An application must not create instances of this class with make-instance; serious damage to jlinker is likely to follow soon after such an act.
See <jlinker.html> for more information.
Copyright (c) Franz Inc. Lafayette, CA., USA. All rights reserved.