uka.karmi.rmi
Class Config

java.lang.Object
  extended byuka.karmi.rmi.Config

public class Config
extends java.lang.Object

Default values to find the KaRMI configuration, and logging mechanism for the KaRMI initialization.

Author:
Bernhard Haumacher

Field Summary
(package private) static boolean doLog
           
(package private) static java.io.StringWriter log
           
static java.lang.String PROPERTY
           
static java.lang.String RESOURCE
           
(package private) static java.io.PrintWriter stdlog
           
static boolean useDistributedThreads
           
static boolean useThreadID
           
 
Constructor Summary
Config()
           
 
Method Summary
static void dumpLog()
           
static void enableLog()
           
(package private) static void printLog(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY

public static final java.lang.String PROPERTY
See Also:
Constant Field Values

RESOURCE

public static final java.lang.String RESOURCE
See Also:
Constant Field Values

useThreadID

public static final boolean useThreadID

useDistributedThreads

public static final boolean useDistributedThreads

log

static java.io.StringWriter log

stdlog

static java.io.PrintWriter stdlog

doLog

static boolean doLog
Constructor Detail

Config

public Config()
Method Detail

enableLog

public static void enableLog()

printLog

static void printLog(java.lang.String s)

dumpLog

public static void dumpLog()