public abstract class JavaLinkCommon
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JavaLinkCommon.Build_2015_01_30
A version marker visible in the jar file manifest.
|
static class |
JavaLinkCommon.V7001011
A version marker visible in the jar file manifest.
|
Constructor and Description |
---|
JavaLinkCommon() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
lispValues(java.lang.Object res,
java.lang.String called,
int min,
int max,
boolean firstRefP)
This method is used in the servlet code examples.
|
static java.lang.Object[] |
newGate()
Create a gate object used in the servlet code examples.
|
static java.lang.String |
testGate(java.lang.Object[] gate)
Query the gate object created with newGate().
|
static int |
version()
Query the version of the Java jlinker implementation.
|
public static int version()
public static java.lang.Object[] newGate()
public static java.lang.String testGate(java.lang.Object[] gate)
gate
- the gate objectpublic static java.lang.Object[] lispValues(java.lang.Object res, java.lang.String called, int min, int max, boolean firstRefP)
res
- called
- min
- max
- firstRefP
-