|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.franz.jlinker.JavaLinkCommon
public abstract class JavaLinkCommon
This class implements some static utility methods.
Nested Class Summary | |
---|---|
static class |
JavaLinkCommon.Build_2014_01_21
A version marker visible in the jar file manifest. |
static class |
JavaLinkCommon.V7001003
A version marker visible in the jar file manifest. |
Constructor Summary | |
---|---|
JavaLinkCommon()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaLinkCommon()
Method Detail |
---|
public static int version()
public static java.lang.Object[] newGate()
public static java.lang.String testGate(java.lang.Object[] gate)
gate
- the gate object
public static java.lang.Object[] lispValues(java.lang.Object res, java.lang.String called, int min, int max, boolean firstRefP)
res
- called
- min
- max
- firstRefP
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |