net.sit.dialog.cfg
Class Cfg

java.lang.Object
  extended bynet.sit.dialog.cfg.Cfg
All Implemented Interfaces:
java.io.Serializable

public class Cfg
extends java.lang.Object
implements java.io.Serializable

Author:
Christoph Sandhaus Statische Konfigurationselemente für Server und Client
See Also:
Serialized Form

Field Summary
static java.lang.String APP_NAME
           
static java.lang.String APP_VERSION
           
static java.lang.String RMI_SERVER_NAME
          Der Servername ist hier für Client und Server erreichbar.
static int RMI_SERVER_PORT
           
 
Constructor Summary
Cfg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_VERSION

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

APP_NAME

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

RMI_SERVER_NAME

public static final java.lang.String RMI_SERVER_NAME
Der Servername ist hier für Client und Server erreichbar. Also nur eine Stelle, um den Namen zu ändern.

See Also:
Constant Field Values

RMI_SERVER_PORT

public static final int RMI_SERVER_PORT
See Also:
Constant Field Values
Constructor Detail

Cfg

public Cfg()


Copyright © 2003 Christoph Sandhaus and Marcus Keller. All Rights Reserved.