- addArg(byte) - Method in class com.franz.jlinker.LispCall
-
Add a byte argument to the call.
- addArg(short) - Method in class com.franz.jlinker.LispCall
-
Add a short integer argument to the call.
- addArg(int) - Method in class com.franz.jlinker.LispCall
-
Add an integer argument to the call.
- addArg(long) - Method in class com.franz.jlinker.LispCall
-
Add a long integer argument to the call.
- addArg(boolean) - Method in class com.franz.jlinker.LispCall
-
Add a boolean argument to the call.
- addArg(byte[]) - Method in class com.franz.jlinker.LispCall
-
Add a byte array argument to the call.
- addArg(short[]) - Method in class com.franz.jlinker.LispCall
-
Add an argument to the call.
- addArg(int[]) - Method in class com.franz.jlinker.LispCall
-
Add an argument to the call.
- addArg(String) - Method in class com.franz.jlinker.LispCall
-
Add an argument to the call.
- addArg(String[]) - Method in class com.franz.jlinker.LispCall
-
Add an argument to the call.
- addArg(float) - Method in class com.franz.jlinker.LispCall
-
Add an argument to the call.
- addArg(double) - Method in class com.franz.jlinker.LispCall
-
Add a double float argument to the call.
- addArg(float[]) - Method in class com.franz.jlinker.LispCall
-
Add a float array argument to the call.
- addArg(double[]) - Method in class com.franz.jlinker.LispCall
-
Add a double float array argument to the call.
- addArg(Object) - Method in class com.franz.jlinker.LispCall
-
Add an Java Object argument to the call.
- addSymbol(String) - Method in class com.franz.jlinker.LispCall
-
Add a Lisp symbol argument to the call.
- addSymbol(String, String) - Method in class com.franz.jlinker.LispCall
-
Add a Lisp symbol argument to the call.
- addSymbol(String, String, int) - Method in class com.franz.jlinker.LispCall
-
Add a Lisp symbol or a value referenced by a Lisp symbol as an argument to the call.
- advertInFile - Static variable in class com.franz.jlinker.LispConnector
-
Deprecated.
Who advertises and who connects.
- advertise(int, int) - Static method in class com.franz.jlinker.JavaLinkDist
-
Deprecated.
- advertise(String, String, int, int) - Static method in class com.franz.jlinker.JavaLinkDist
-
Deprecated.
- advertise(int, int) - Static method in class com.franz.jlinker.LispCall
-
Allow a Lisp server to connect to the Java application.
- advertise(String, String, int, int) - Static method in class com.franz.jlinker.LispCall
-
Advertise the Java host and port in a file.
- lispAdvertises - Static variable in class com.franz.jlinker.LispConnector
-
Deprecated.
The value of this field determines who advertises and who connects
to the advertised connection.
- LispCall - Class in com.franz.jlinker
-
The purpose of this class is to facilitate calls from Lisp
to Java.
- LispCall() - Constructor for class com.franz.jlinker.LispCall
-
Create a LispCall instance with default style and default retention strategy.
- LispCall(boolean) - Constructor for class com.franz.jlinker.LispCall
-
Create a LispCall instance with default style and the specified retention strategy.
- LispCall(int) - Constructor for class com.franz.jlinker.LispCall
-
Create a LispCall instance with the specified call style.
- LispCall(String) - Constructor for class com.franz.jlinker.LispCall
-
Create a LispCall instance to call the specified Lisp function.
- LispCall.JlinkerState - Enum in com.franz.jlinker
-
This enum defines the constants that identify the states of a Jlinker connection.
- LispConnector - Class in com.franz.jlinker
-
- LispConnector() - Constructor for class com.franz.jlinker.LispConnector
-
Deprecated.
- lispFile - Static variable in class com.franz.jlinker.LispConnector
-
Deprecated.
The file where Lisp advertises a connection.
- lispHost - Static variable in class com.franz.jlinker.LispConnector
-
Deprecated.
The host where Lisp expects a connection.
- lispPort - Static variable in class com.franz.jlinker.LispConnector
-
Deprecated.
The port where Lisp expects a connection.
- lispType() - Method in class com.franz.jlinker.LispCall
-
Identify the Lisp type of the first or only returned value.
- lispType(int) - Method in class com.franz.jlinker.LispCall
-
Identify the Lisp type of a returned value.
- lispValues(Object, String, int, int, boolean) - Static method in class com.franz.jlinker.JavaLinkCommon
-
This method is used in the servlet code examples.
- longValue() - Method in class com.franz.jlinker.LispCall
-
Get the first or only value returned from Lisp.
- longValue(int) - Method in class com.franz.jlinker.LispCall
-
Get the i-th value returned from Lisp
when it is expected to be of type long.
- readTimeout - Static variable in class com.franz.jlinker.LispCall
-
Timeout value for a read operations on a socket.
- replyTimeout - Static variable in class com.franz.jlinker.LispCall
-
How long a client call should wait for a reply to begin.
- report() - Static method in class com.franz.jlinker.JLWrapper
-
- requestTimeout - Static variable in class com.franz.jlinker.LispCall
-
How long the server will wait for another client request.
- RES_BOOLEAN - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: boolean.
- RES_DOUBLE_ARRAY - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: array of floating point numbers.
- RES_ERROR - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: remote reference to a Lisp error.
- RES_INT_ARRAY - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: array of integer values.
- RES_INTEGER - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: integer.
- RES_JAVA_POINTER - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: Java Object instance.
- RES_LISP_POINTER - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: remote reference to a Lisp object.
- RES_LONG - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: long integer.
- RES_MISSING - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: missing result.
- RES_NULL - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: null.
- RES_REAL - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: floating point number.
- RES_STRING - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: string.
- RES_STRING_ARRAY - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: array of strings.
- RES_SYMBOL - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: remote reference to a Lisp symbol.
- RES_UNKNOWN - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: unknown type.
- RES_WRAPPER - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: wrapped result.
- RES_WRONG_STATE - Static variable in class com.franz.jlinker.LispCall
-
Result type constant: incorrect LispCall state..
- reset() - Method in class com.franz.jlinker.LispCall
-
Discard the results but keep the arguments.
- setArg(int, boolean) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a boolean value.
- setArg(int, int) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with an int value.
- setArg(int, long) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a long value.
- setArg(int, double) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a double value.
- setArg(int, String) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a String value.
- setArg(int, Object) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a reference to a Java Object
or a pre-wrapped Java or Lisp object.
- setArg(int, int[]) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a copy of an array of int values.
- setArg(int, double[]) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a copy of
an array of double values.
- setArg(int, String[]) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a copy
of an array of String values.
- setDefaultConnectionPool(int, int, int, int, int, int) - Static method in class com.franz.jlinker.LispCall
-
Modify the default connection pool parameters.
- setOp(String) - Method in class com.franz.jlinker.LispCall
-
Specify the Lisp function that will be called.
- setOp(Object) - Method in class com.franz.jlinker.LispCall
-
Specify the Lisp function that will be called.
- setRetain(boolean) - Method in class com.franz.jlinker.LispCall
-
Set the retention strategy.
- setStyle(int) - Method in class com.franz.jlinker.LispCall
-
Specify the call style.
- setSymbol(int, String) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a reference to a Lisp symbol.
- setSymbol(int, String, String) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a reference to a Lisp symbol.
- setSymbol(int, String, String, int) - Method in class com.franz.jlinker.LispCall
-
Set or modify a specified argument position with a reference to a Lisp symbol.
- STATE_CLOSED - Static variable in class com.franz.jlinker.LispCall
-
Internal state constant: arguments and values discarded.
- STATE_COLLECTING - Static variable in class com.franz.jlinker.LispCall
-
Internal state constant: collecting arguments to call.
- STATE_DONE - Static variable in class com.franz.jlinker.LispCall
-
Internal state constant: call completed, value(s) available.
- STATE_NEW - Static variable in class com.franz.jlinker.LispCall
-
Internal state constant: new, uninitialized instance.
- STATE_READY - Static variable in class com.franz.jlinker.LispCall
-
Internal state constant: ready to make call.
- STATE_WAITDONE - Static variable in class com.franz.jlinker.LispCall
-
Internal state constant: call completed, but value(s) not retrieved.
- STATE_WAITING - Static variable in class com.franz.jlinker.LispCall
-
Internal state constant: waiting for call to complete.
- stringArrayValue() - Method in class com.franz.jlinker.LispCall
-
Get the first or only String[] value returned from Lisp.
- stringArrayValue(int) - Method in class com.franz.jlinker.LispCall
-
Get the i-th value returned from Lisp
when it is expected to be of type String[].
- stringValue() - Method in class com.franz.jlinker.LispCall
-
Get the first or only String value returned from Lisp.
- stringValue(int) - Method in class com.franz.jlinker.LispCall
-
Get the i-th value returned from Lisp.
- STYLE_ASYNC_BR - Static variable in class com.franz.jlinker.LispCall
-
Call style constant: asynchronous call.
- STYLE_ASYNC_GO - Static variable in class com.franz.jlinker.LispCall
-
Call style constant: asynchronous call.
- STYLE_COPY - Static variable in class com.franz.jlinker.LispCall
-
Call style constant: default call returning Java data values if possible.
- STYLE_IGNORE - Static variable in class com.franz.jlinker.LispCall
-
Call style constant: call with ignored value(s).
- STYLE_ONEWAY - Static variable in class com.franz.jlinker.LispCall
-
Call style constant: one-way call.
- STYLE_REF - Static variable in class com.franz.jlinker.LispCall
-
Call style constant: call returning remote reference(s) if possible.
- symbolName() - Method in class com.franz.jlinker.LispCall
-
Get the name of the Lisp symbol returned as the first or only
value of a call.
- symbolName(int) - Method in class com.franz.jlinker.LispCall
-
Get the name of the Lisp symbol returned as the i-th
value of a call.
- symbolPackage() - Method in class com.franz.jlinker.LispCall
-
Get the name of the package of a Lisp symbol returned as the first or only
value of a call.
- symbolPackage(int) - Method in class com.franz.jlinker.LispCall
-
Get the name of the package of a Lisp symbol returned as the i-th
value of a call.