Package com.cosylab.epics.caj
Class JNIRepeater
- java.lang.Object
-
- com.cosylab.epics.caj.JNIRepeater
-
public class JNIRepeater extends Object
Temporary code that runs JNI CA Repeater, port to java to be done.- Version:
- $id$
- Author:
- Matej Sekoranja
-
-
Field Summary
Fields Modifier and Type Field Description static StringJNI_DISABLE_REPEATERSystem JVM property key to disable JNI repeater.
-
Constructor Summary
Constructors Constructor Description JNIRepeater()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetTargetArch()Get standard "system-arch" string.static voidrepeaterInit()
-
-
-
Field Detail
-
JNI_DISABLE_REPEATER
public static final String JNI_DISABLE_REPEATER
System JVM property key to disable JNI repeater.- See Also:
- Constant Field Values
-
-
Method Detail
-
repeaterInit
public static void repeaterInit() throws CAException- Throws:
CAException
-
getTargetArch
public static String getTargetArch()
Get standard "system-arch" string.- Returns:
- standard "system-arch" string.
-
-