com.metamatrix.common.util
Class CommonPropertyNames

java.lang.Object
  extended by com.metamatrix.common.util.CommonPropertyNames

public final class CommonPropertyNames
extends java.lang.Object

Class that defines common property constants


Field Summary
static java.lang.String ADMIN_PASSWORD
          This is the property name of the MetaMatrixAdmin password.
static java.lang.String ADMIN_USERNAME
          This is the property name of the MetaMatrixAdmin username.
static java.lang.String APP_SERVER_VM
          This property indicates the VM is running inside an ApplicationServer.
static java.lang.String BEAN_CONTEXT_FACTORY
           
static java.lang.String CLIENT_ENCRYPTION_ENABLED
          If this property is set to true then client side encryption is enabled.
static java.lang.String CONFIG_MODELS_DIRECTORY
          This is the location the configuration models are located.
static java.lang.String DEFAULT_JNDI_URL
           
static java.lang.String DOMAIN_ID
           
static java.lang.String EXTENSION_TYPES_TO_CACHE
          Extension Module file types to cache in memory.
static java.lang.String INSTALL_DATE
          The date of installation of the MetaMatrix suite
static java.lang.String INSTALLATION_DIRECTORY
          This is the installation directory defined by the bootstrapping process.
static java.lang.String JCE_PROVIDER
          This property indicates the encryption provider, if set to none encryption is disabled.
static java.lang.String RMI_CONTEXT_FACTORY
           
static java.lang.String SERVER_PLATFORM
          This property indicates the EJB server platform which the MetaMatrix server is running on.
static java.lang.String STANDALONE_PLATFORM
          This constant defines one of the possible values for the SERVER_PLATFORM property.
 
Constructor Summary
CommonPropertyNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN_ID

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

RMI_CONTEXT_FACTORY

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

BEAN_CONTEXT_FACTORY

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

DEFAULT_JNDI_URL

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

APP_SERVER_VM

public static final java.lang.String APP_SERVER_VM

This property indicates the VM is running inside an ApplicationServer. If the property exists and is set to true

This is an optional property

See Also:
Constant Field Values

SERVER_PLATFORM

public static final java.lang.String SERVER_PLATFORM

This property indicates the EJB server platform which the MetaMatrix server is running on. Currently the only two possible values are IBM's WebSphere server, and the Weblogic server. The MetaMatrix server

This is a required property

See Also:
Constant Field Values

STANDALONE_PLATFORM

public static final java.lang.String STANDALONE_PLATFORM

This constant defines one of the possible values for the SERVER_PLATFORM property. It indicates that no application server is running.

This is not a property, but rather a possible value for the SERVER_PLATFORM property.

See Also:
Constant Field Values

INSTALLATION_DIRECTORY

public static final java.lang.String INSTALLATION_DIRECTORY
This is the installation directory defined by the bootstrapping process. The bootstrapping information will provide this property by which the #CurrentConfiguration.getProperty() will return.

Since:
4.0
See Also:
Constant Field Values

CONFIG_MODELS_DIRECTORY

public static final java.lang.String CONFIG_MODELS_DIRECTORY
This is the location the configuration models are located. This property is used by the installation and configuration persistent components.

See Also:
Constant Field Values

INSTALL_DATE

public static final java.lang.String INSTALL_DATE
The date of installation of the MetaMatrix suite

See Also:
Constant Field Values

ADMIN_PASSWORD

public static final java.lang.String ADMIN_PASSWORD
This is the property name of the MetaMatrixAdmin password.

See Also:
Constant Field Values

ADMIN_USERNAME

public static final java.lang.String ADMIN_USERNAME
This is the property name of the MetaMatrixAdmin username.

See Also:
Constant Field Values

CLIENT_ENCRYPTION_ENABLED

public static final java.lang.String CLIENT_ENCRYPTION_ENABLED
If this property is set to true then client side encryption is enabled.

See Also:
Constant Field Values

JCE_PROVIDER

public static final java.lang.String JCE_PROVIDER
This property indicates the encryption provider, if set to none encryption is disabled.

See Also:
Constant Field Values

EXTENSION_TYPES_TO_CACHE

public static final java.lang.String EXTENSION_TYPES_TO_CACHE
Extension Module file types to cache in memory. Should be comma-delimited list of values as stored in JDBCNames.ExtensionFilesTable.ColumnName.FILE_TYPE. For example: "JAR File, Function Definition". Default is none.

See Also:
Constant Field Values
Constructor Detail

CommonPropertyNames

public CommonPropertyNames()


Copyright © 2009. All Rights Reserved.