Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
I
J
L
M
N
O
P
Q
R
S
T
V
A
addArg(byte)
- Method in class com.franz.jlinker.
LispCall
Add an 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(long)
- Method in class com.franz.jlinker.
LispCall
Add an argument to the call.
addArg(boolean)
- Method in class com.franz.jlinker.
LispCall
Add an argument to the call.
addArg(byte[])
- Method in class com.franz.jlinker.
LispCall
Add an 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 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 an argument to the call.
addArg(Object)
- Method in class com.franz.jlinker.
LispCall
Add an argument to the call.
addSymbol(String)
- Method in class com.franz.jlinker.
LispCall
Add an argument to the call.
addSymbol(String, String)
- Method in class com.franz.jlinker.
LispCall
Add an argument to the call.
addSymbol(String, String, int)
- Method in class com.franz.jlinker.
LispCall
Add 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.
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.
B
booleanValue()
- Method in class com.franz.jlinker.
LispCall
Get the first or only boolean value returned from Lisp.
booleanValue(int)
- Method in class com.franz.jlinker.
LispCall
Get the i-th value returned from Lisp.
C
call()
- Method in class com.franz.jlinker.
LispCall
Call a function in Lisp.
callAsyncBr()
- Method in class com.franz.jlinker.
LispCall
Call a function in Lisp.
callAsyncGo()
- Method in class com.franz.jlinker.
LispCall
Call a function in Lisp.
callCopy()
- Method in class com.franz.jlinker.
LispCall
Call a function in Lisp.
callIgnore()
- Method in class com.franz.jlinker.
LispCall
Call a function in Lisp.
callOneWay()
- Method in class com.franz.jlinker.
LispCall
Call a function in Lisp.
callRef()
- Method in class com.franz.jlinker.
LispCall
Call a function in Lisp.
close()
- Method in class com.franz.jlinker.
LispCall
Discard all arguments and results.
com.franz.jlinker
- package com.franz.jlinker
connect(String, int, int, int)
- Static method in class com.franz.jlinker.
LispCall
Connect to a Lisp server at a known host and port.
connect(String, int, int)
- Static method in class com.franz.jlinker.
LispCall
Connect to a Lisp server when the host and port are published in a file.
D
debug
- Static variable in class com.franz.jlinker.
LispConnector
Deprecated.
Debug flag.
disconnect()
- Static method in class com.franz.jlinker.
LispCall
End the connection to a Lisp server.
dispatchEvent(String, Object, String[], int[])
- Static method in class com.franz.jlinker.
LispCall
Dispatch an event to the Lisp handler.
doubleArrayValue()
- Method in class com.franz.jlinker.
LispCall
Get the first or only double[] value returned from Lisp.
doubleArrayValue(int)
- Method in class com.franz.jlinker.
LispCall
Get the i-th value returned from Lisp when it is expected to be of type double[].
doubleValue()
- Method in class com.franz.jlinker.
LispCall
Get the first or only value returned from Lisp.
doubleValue(int)
- Method in class com.franz.jlinker.
LispCall
Get the i-th value returned from Lisp.
G
getOp()
- Method in class com.franz.jlinker.
LispCall
Get the Lisp operation.
getRetain()
- Method in class com.franz.jlinker.
LispCall
Get the retention strategy.
getState()
- Method in class com.franz.jlinker.
LispCall
Get the state of the LispCall instance.
getStyle()
- Method in class com.franz.jlinker.
LispCall
Get the call style of the LispCall instance.
getTypeCode()
- Method in class com.franz.jlinker.
LispCall
Query the type of the first or only value returned from Lisp.
getTypeCode(int)
- Method in class com.franz.jlinker.
LispCall
Query the type of the i-th value returned from Lisp.
getValue()
- Method in class com.franz.jlinker.
LispCall
Get the first or only raw value returned by a call to Lisp.
getValue(int)
- Method in class com.franz.jlinker.
LispCall
Get the i-th raw value returned by a call to Lisp.
go()
- Static method in class com.franz.jlinker.
LispConnector
Deprecated.
Connect to a Lisp process.
go(boolean)
- Static method in class com.franz.jlinker.
LispConnector
Deprecated.
Connect to a Lisp process.
go(boolean, String[])
- Static method in class com.franz.jlinker.
LispConnector
Deprecated.
Connect to a Lisp process.
I
identity(Object)
- Static method in class com.franz.jlinker.
LispCall
Returns the argument (or an equivalent object).
intArrayValue()
- Method in class com.franz.jlinker.
LispCall
Get the first or only int[] value returned from Lisp.
intArrayValue(int)
- Method in class com.franz.jlinker.
LispCall
Get the i-th value returned from Lisp when it is expected to be of type int[].
intValue()
- Method in class com.franz.jlinker.
LispCall
Get the first or only value returned from Lisp.
intValue(int)
- Method in class com.franz.jlinker.
LispCall
Get the i-th value returned from Lisp.
J
javaFile
- Static variable in class com.franz.jlinker.
LispConnector
Deprecated.
The file where Java advertises a connection.
javaHost
- Static variable in class com.franz.jlinker.
LispConnector
Deprecated.
The host where the Java application is running.
javaPort
- Static variable in class com.franz.jlinker.
LispConnector
Deprecated.
A port number.
javaTimeout
- Static variable in class com.franz.jlinker.
LispConnector
Deprecated.
How long should Java advertise.
JLWrapper
- Class in
com.franz.jlinker
This class is the superclass of the wrapper objects used to carry information between Lisp and Java.
JLWrapper()
- Constructor for class com.franz.jlinker.
JLWrapper
JLWrapper.TypeCode
- Enum in
com.franz.jlinker
Constants that describe the type of objects passed between Lisp and Java.
L
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 specifed call style.
LispCall(String)
- Constructor for class com.franz.jlinker.
LispCall
Create a LispCall instance to call the specified Lisp function.
LispConnector
- Class in
com.franz.jlinker
Deprecated.
Use the new static methods in LispCall class.
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.
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.
M
mayCall()
- Method in class com.franz.jlinker.
LispCall
Query if it is allowed to call Lisp in this thread.
N
nameOfType(int)
- Static method in class com.franz.jlinker.
LispCall
Translate an integer type code to a descriptive string.
O
objectValue()
- Method in class com.franz.jlinker.
LispCall
Get the first or only Object value returned from Lisp.
objectValue(int)
- Method in class com.franz.jlinker.
LispCall
Get the i-th value returned from Lisp when it is expected to be of type Object.
P
pollCount
- Static variable in class com.franz.jlinker.
LispConnector
Deprecated.
How many times to attempt making a connection.
pollInterval
- Static variable in class com.franz.jlinker.
LispConnector
Deprecated.
How often to attempt making a connection.
Q
query()
- Method in class com.franz.jlinker.
LispCall
Query the state of a call to Lisp.
query(boolean, boolean)
- Method in class com.franz.jlinker.
LispCall
Query the state of a call to Lisp.
R
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.
S
setArg(int, boolean)
- Method in class com.franz.jlinker.
LispCall
Set or modify a specified argument position.
setArg(int, int)
- Method in class com.franz.jlinker.
LispCall
Set or modify a specified argument position.
setArg(int, long)
- Method in class com.franz.jlinker.
LispCall
Set or modify a specified argument position.
setArg(int, double)
- Method in class com.franz.jlinker.
LispCall
Set or modify a specified argument position.
setArg(int, String)
- Method in class com.franz.jlinker.
LispCall
Set or modify a specified argument position.
setArg(int, Object)
- Method in class com.franz.jlinker.
LispCall
Set or modify a specified argument position.
setArg(int, int[])
- Method in class com.franz.jlinker.
LispCall
Set or modify a specified argument position.
setArg(int, double[])
- Method in class com.franz.jlinker.
LispCall
Set or modify a specified argument position.
setArg(int, String[])
- Method in class com.franz.jlinker.
LispCall
Set or modify a specified argument position.
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.
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 a Lisp symbol.
symbolName(int)
- Method in class com.franz.jlinker.
LispCall
Get the name of a Lisp symbol.
symbolPackage()
- Method in class com.franz.jlinker.
LispCall
Get the name of the package of a Lisp symbol.
symbolPackage(int)
- Method in class com.franz.jlinker.
LispCall
Get the name of the package of a Lisp symbol.
T
typeOf()
- Method in class com.franz.jlinker.
LispCall
Deprecated.
use
LispCall.getTypeCode()
typeOf(int)
- Method in class com.franz.jlinker.
LispCall
Deprecated.
use
LispCall.getTypeCode(int)
V
valueOf(String)
- Static method in enum com.franz.jlinker.
JLWrapper.TypeCode
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.franz.jlinker.
JLWrapper.TypeCode
Returns an array containing the constants of this enum type, in the order they're declared.
A
B
C
D
G
I
J
L
M
N
O
P
Q
R
S
T
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes