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 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.
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 when it is expected to be of type boolean.
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 after setting the style to STYLE_ASYNC.
callAsyncGo()
- Method in class com.franz.jlinker.
LispCall
Call a function in Lisp after setting the style to STYLE_ASYNC_GO.
callCopy()
- Method in class com.franz.jlinker.
LispCall
Call a function in Lisp after setting the style to STYLE_COPY.
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, String, int, int, int)
- Static method in class com.franz.jlinker.
JavaLinkDist
Deprecated.
Use the new static methods in LispCall class.
connect(String, String, int, int, int)
- Static method in class com.franz.jlinker.
JavaLinkDist
Deprecated.
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.
connectError
- Static variable in class com.franz.jlinker.
LispCall
Additional information about a failed connection attempt.
D
debug
- Static variable in class com.franz.jlinker.
LispConnector
Deprecated.
Debug flag.
defaultPollCount
- Static variable in class com.franz.jlinker.
LispCall
How many times to attempt making a connection.
defaultPollInterval
- Static variable in class com.franz.jlinker.
LispCall
How often to attempt making a connection.
defaultPortTimeout
- Static variable in class com.franz.jlinker.
LispCall
How long a client should wait for a port to be available for a call to Lisp.
disconnect()
- Static method in class com.franz.jlinker.
LispCall
End the connection to a Lisp server.
dispatchEvent(String, Object, String[], int[], int)
- Static method in class com.franz.jlinker.
LispCall
Dispatch an event to the Lisp handler.
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 double float value returned from Lisp.
doubleValue(int)
- Method in class com.franz.jlinker.
LispCall
Get the i-th value returned from Lisp when it is expected to be of type float or double.
G
getDefaultConnectionPool()
- Static method in class com.franz.jlinker.
LispCall
Return an array that describes the default connection pool parameters.
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 when it is expected to be of type int.
intValue(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.
isJlinkerReady()
- Static method in class com.franz.jlinker.
LispCall
Query the state of the Jlinker connection.
isJlinkerState(LispCall.JlinkerState...)
- Static method in class com.franz.jlinker.
LispCall
Query the state of the Jlinker connection.
isJlinkerState(long, LispCall.JlinkerState...)
- Static method in class com.franz.jlinker.
LispCall
Query the state of the Jlinker connection.
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.
JavaLinkCommon
- Class in
com.franz.jlinker
This class implements some static utility methods.
JavaLinkCommon()
- Constructor for class com.franz.jlinker.
JavaLinkCommon
JavaLinkCommon.Build_2014_01_21
- Class in
com.franz.jlinker
A version marker visible in the jar file manifest.
JavaLinkCommon.Build_2014_01_21()
- Constructor for class com.franz.jlinker.
JavaLinkCommon.Build_2014_01_21
JavaLinkCommon.V7001003
- Class in
com.franz.jlinker
A version marker visible in the jar file manifest.
JavaLinkCommon.V7001003()
- Constructor for class com.franz.jlinker.
JavaLinkCommon.V7001003
JavaLinkDist
- Class in
com.franz.jlinker
Deprecated.
See the class description for usage note.
JavaLinkDist()
- Constructor for class com.franz.jlinker.
JavaLinkDist
Deprecated.
JavaLinkDist.InvokeException
- Exception in
com.franz.jlinker
Deprecated.
Use com.franz.jlinker.JLinkerInvokeException
JavaLinkDist.JLinkerException
- Exception in
com.franz.jlinker
Deprecated.
Use com.franz.jlinker.JLinkerException.
JavaLinkDist.LispException
- Exception in
com.franz.jlinker
Deprecated.
Use com.franz.jlinker.JLinkerLispException
JavaLinkDist.LispThrow
- Exception in
com.franz.jlinker
Deprecated.
Use com.franz.jlinker.LispThrow.
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.
JLinkerException
- Exception in
com.franz.jlinker
The superclass of all jlinker exceptions.
JLinkerInvokeException
- Exception in
com.franz.jlinker
JLinkerLispException
- Exception in
com.franz.jlinker
JLinkerLispThrow
- Exception in
com.franz.jlinker
This exception is thrown in Java when a call from Java to Lisp was terminated by a throw in Lisp.
JLinkerLispThrow()
- Constructor for exception com.franz.jlinker.
JLinkerLispThrow
JLinkerPortException
- Exception in
com.franz.jlinker
Timeout when waiting for a free port to Lisp.
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 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
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.
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.
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.
newDistOb(int)
- Static method in class com.franz.jlinker.
JavaLinkDist
Deprecated.
newDistOb(String)
- Static method in class com.franz.jlinker.
JavaLinkDist
Deprecated.
newGate()
- Static method in class com.franz.jlinker.
JavaLinkCommon
Create a gate object used in the servlet code examples.
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.
queryAsyncName()
- Method in class com.franz.jlinker.
LispCall
Query the name of the Lisp process where the call is run.
queryConnectionPool()
- Static method in class com.franz.jlinker.
LispCall
Query the state of the connection pool.
R
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.
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.
S
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.
T
testGate(Object[])
- Static method in class com.franz.jlinker.
JavaLinkCommon
Query the gate object created with newGate().
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.
valueOf(String)
- Static method in enum com.franz.jlinker.
LispCall.JlinkerState
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.
values()
- Static method in enum com.franz.jlinker.
LispCall.JlinkerState
Returns an array containing the constants of this enum type, in the order they're declared.
verifiedConnectTimeout
- Static variable in class com.franz.jlinker.
LispCall
How long to wait for a verified connection response.
version()
- Static method in class com.franz.jlinker.
JavaLinkCommon
Query the version of the Java jlinker implementation.
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