Package org.epics.ca.impl.repeater
Class CARepeater.JNIRepeater
- java.lang.Object
-
- org.epics.ca.impl.repeater.CARepeater.JNIRepeater
-
- Enclosing class:
- CARepeater
public static class CARepeater.JNIRepeater extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.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 java.lang.StringgetTargetArch()Get standard "system-arch" string.static voidrepeaterInit()
-
-
-
Field Detail
-
JNI_DISABLE_REPEATER
public static final java.lang.String JNI_DISABLE_REPEATER
System JVM property key to disable JNI repeater.- See Also:
- Constant Field Values
-
-