public abstract class JavaLinkDist
extends com.franz.jlinker.JLSocketClient
Connections are managed with the static methods in the LispCall class.
Jlinker exceptions should be mentioned using the names JLinkerException, JlinkerInvokeException, JLinkerLispException, and JLinkerLispThrow.
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaLinkDist.InvokeException
Deprecated.
Use com.franz.jlinker.JLinkerInvokeException
|
static class |
JavaLinkDist.JLinkerException
Deprecated.
Use com.franz.jlinker.JLinkerException.
|
static class |
JavaLinkDist.LispException
Deprecated.
Use com.franz.jlinker.JLinkerLispException
|
static class |
JavaLinkDist.LispThrow
Deprecated.
Use com.franz.jlinker.LispThrow.
|
TR_AggrMask, TR_AggrShift, TR_AggrWidth, TR_ARRAY, TR_BaseShift, TR_BaseWidth, TR_BOOL, TR_BYTE, TR_CHAR, TR_CLASS, TR_CONSTRUCTOR, TR_DISCARD, TR_DISCARDED, TR_DiscardShift, TR_DOUBLE, TR_ERROR, TR_EXBYTES, TR_EXFLOATS, TR_EXSHORTS, TR_EXTNMASK, TR_ExtnShift, TR_ExtnWidth, TR_HIRANK, TR_HOMEImmediate, TR_IMMEDIATE, TR_INDEXWIDTH, TR_INDIRECT, TR_IndirectShift, TR_INT, TR_KEEP, TR_LastShift, TR_LIVE, TR_LONG, TR_MESSAGE, TR_METHOD, TR_MKActivate, TR_MKDiscard, TR_MKInvoke, TR_MKMessage, TR_MKNotify, TR_NONE, TR_NULL, TR_POINTER, TR_RankShift, TR_RankWidth, TR_RemoteWidth, TR_SHORT, TR_SINGLE, TR_STRING, TR_SYMBOL| Constructor and Description |
|---|
JavaLinkDist()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
advertise(int port,
int timeoutSeconds)
Deprecated.
|
static boolean |
advertise(java.lang.String l2j,
java.lang.String host,
int port,
int timeoutSeconds)
Deprecated.
|
static boolean |
connect(java.lang.String lispHost,
int lispPort,
java.lang.String javaHost,
int javaPort,
int pollInterval,
int pollCount)
Deprecated.
Use the new static methods in LispCall class.
|
static boolean |
connect(java.lang.String j2l,
java.lang.String javaHost,
int javaPort,
int pollInterval,
int pollCount)
Deprecated.
|
static com.franz.jlinker.TranStruct |
newDistOb(int i)
Deprecated.
|
static com.franz.jlinker.TranStruct |
newDistOb(java.lang.String i)
Deprecated.
|
public static com.franz.jlinker.TranStruct newDistOb(int i)
i - public static com.franz.jlinker.TranStruct newDistOb(java.lang.String i)
i - public static boolean connect(java.lang.String lispHost,
int lispPort,
java.lang.String javaHost,
int javaPort,
int pollInterval,
int pollCount)
lispHost - lispPort - javaHost - javaPort - pollInterval - pollCount - public static boolean connect(java.lang.String j2l,
java.lang.String javaHost,
int javaPort,
int pollInterval,
int pollCount)
j2l - javaHost - javaPort - pollInterval - pollCount - public static boolean advertise(int port,
int timeoutSeconds)
port - timeoutSeconds - public static boolean advertise(java.lang.String l2j,
java.lang.String host,
int port,
int timeoutSeconds)
l2j - host - port - timeoutSeconds -