net.larsan.urd
Class Constants

java.lang.Object
  |
  +--net.larsan.urd.Constants

public class Constants
extends java.lang.Object

Some constant values for the Urd server.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson

Field Summary
static java.util.Hashtable JNDI_ENVIRONMENT
          Default environment for the Urd JNDI contexts.
static java.util.Properties JNDI_NAME_PARSER_PROPS
          Default properties for the Urd JNDI Name parser.
static java.lang.String JVM_NAME
          Current JVM name
static java.lang.String JVM_VENDOR
          Current JVM verndor
static java.lang.String JVM_VERSION
          Current JVM version
static java.lang.String OS
          Current OS name
static java.lang.String OS_VERSION
          Current OS version
static java.lang.String URD_VERSION
          Urd Server version
 
Constructor Summary
Constants()
           
 
Method Summary
static boolean isVerbose()
          Check if the startup is verbose.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OS

public static final java.lang.String OS
Current OS name


OS_VERSION

public static final java.lang.String OS_VERSION
Current OS version


JVM_NAME

public static final java.lang.String JVM_NAME
Current JVM name


JVM_VENDOR

public static final java.lang.String JVM_VENDOR
Current JVM verndor


JVM_VERSION

public static final java.lang.String JVM_VERSION
Current JVM version


URD_VERSION

public static final java.lang.String URD_VERSION
Urd Server version

See Also:
Constant Field Values

JNDI_ENVIRONMENT

public static final java.util.Hashtable JNDI_ENVIRONMENT
Default environment for the Urd JNDI contexts.


JNDI_NAME_PARSER_PROPS

public static final java.util.Properties JNDI_NAME_PARSER_PROPS
Default properties for the Urd JNDI Name parser.

Constructor Detail

Constants

public Constants()
Method Detail

isVerbose

public static boolean isVerbose()
Check if the startup is verbose.

Returns:
True if the startup of the server is verbose