com.metamatrix.server.util
Class ServerPropertyNames

java.lang.Object
  extended by com.metamatrix.server.util.ServerPropertyNames

public final class ServerPropertyNames
extends java.lang.Object

Class that defines property constants for MetaMatrix


Field Summary
static java.lang.String CACHE_CLASS_LOADERS
          Whether ConnectorService should cache ClassLoaders.
static java.lang.String COMMON_EXTENSION_CLASPATH
           
static java.lang.String SERVER_INSTALL_DATE
           
static java.lang.String SERVER_PLATFORM
           
static java.lang.String SERVER_SITE_ID
           
static java.lang.String SERVER_VERSION
           
static java.lang.String STANDALONE_PLATFORM
           
static java.lang.String SYSTEM_VDB_URL
           
 
Constructor Summary
ServerPropertyNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_SITE_ID

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

SERVER_PLATFORM

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

STANDALONE_PLATFORM

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

SERVER_INSTALL_DATE

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

SERVER_VERSION

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

SYSTEM_VDB_URL

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

CACHE_CLASS_LOADERS

public static final java.lang.String CACHE_CLASS_LOADERS
Whether ConnectorService should cache ClassLoaders. Should be "true" or "false". Default is "true".

See Also:
Constant Field Values

COMMON_EXTENSION_CLASPATH

public static final java.lang.String COMMON_EXTENSION_CLASPATH
See Also:
Constant Field Values
Constructor Detail

ServerPropertyNames

public ServerPropertyNames()


Copyright © 2009. All Rights Reserved.