Package com.cosylab.epics.caj
Interface CAJConstants
-
- All Known Implementing Classes:
CAJContext
public interface CAJConstantsCAJ constants.- Version:
- $id$
- Author:
- Matej Sekoranja
-
-
Field Summary
Fields Modifier and Type Field Description static StringCAJ_DEBUGString value of the JVM property key to turn on debugging.static StringCAJ_STRIP_HOSTNAMEString value of the JVM property key to strip hostname returned by InetAddress.getLocalHost().getHostName().
-
-
-
Field Detail
-
CAJ_DEBUG
static final String CAJ_DEBUG
String value of the JVM property key to turn on debugging.- See Also:
- Constant Field Values
-
CAJ_STRIP_HOSTNAME
static final String CAJ_STRIP_HOSTNAME
String value of the JVM property key to strip hostname returned by InetAddress.getLocalHost().getHostName().- See Also:
- Constant Field Values
-
-