Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.kde.kjas.server
Class Main  view Main download Main.java

java.lang.Object
  extended byorg.kde.kjas.server.Main

public class Main
extends java.lang.Object

KJAS server recognizes these variablers: kjas.debug - makes server actions verbose kjas.showConsole - shows Java Console window kjas.log - save a transcript of the debug output to /tmp/kjas.log


Field Summary
static KJASConsole console
           
static boolean Debug
           
private static boolean good_jdk
           
static boolean log
           
static KJASProtocolHandler protocol
           
static java.io.PrintStream protocol_stdout
           
private static boolean show_console
           
 
Constructor Summary
Main()
           
 
Method Summary
static void debug(java.lang.String msg)
          Public Utility functions available to the KJAS framework
static void kjas_err(java.lang.String msg, java.lang.Exception e)
           
static void kjas_err(java.lang.String msg, java.lang.Throwable t)
           
static void main(java.lang.String[] args)
          Main- create the command loop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocol_stdout

public static final java.io.PrintStream protocol_stdout

protocol

public static final KJASProtocolHandler protocol

console

public static final KJASConsole console

show_console

private static final boolean show_console

Debug

public static final boolean Debug

log

public static final boolean log

good_jdk

private static boolean good_jdk
Constructor Detail

Main

public Main()
Method Detail

debug

public static void debug(java.lang.String msg)
Public Utility functions available to the KJAS framework


kjas_err

public static void kjas_err(java.lang.String msg,
                            java.lang.Exception e)

kjas_err

public static void kjas_err(java.lang.String msg,
                            java.lang.Throwable t)

main

public static void main(java.lang.String[] args)
Main- create the command loop