com.metamatrix.metadata.runtime.api
Class RuntimeMetadataPropertyNames

java.lang.Object
  extended by com.metamatrix.metadata.runtime.api.RuntimeMetadataPropertyNames

public class RuntimeMetadataPropertyNames
extends java.lang.Object


Field Summary
static java.lang.String CONNECTION_DATABASE
          The environment property name for the name of the metadata store database.
static java.lang.String CONNECTION_DRIVER
          The environment property name for the class of the driver.
static java.lang.String CONNECTION_FACTORY
          The environment property name for the class that is to be used for the MetadataConnectionFactory implementation.
static java.lang.String CONNECTION_PASSWORD
          The environment property name for the password that is to be used for connecting to the metadata store.
static java.lang.String CONNECTION_POOL_MAXIMUM_AGE
          The environment property name for the maximum number of milliseconds that a metadata connection may remain unused before it becomes a candidate for garbage collection.
static java.lang.String CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS
          The environment property name for the maximum number of concurrent users of a single metadata connection.
static java.lang.String CONNECTION_PROTOCOL
          The environment property name for the protocol for connecting to the metadata store.
static java.lang.String CONNECTION_USERNAME
          The environment property name for the username that is to be used for connecting to the metadata store.
static java.lang.String METADATA_RESOURCE_CLASS_NAME
           
static java.lang.String METADATA_SUPPLIER_CLASS_NAME
           
static java.lang.String PERSIST
           
static java.lang.String RESOURCE_NAME
          The resource name that identifies runtime metadata.
static java.lang.String RT_PHYSICAL_MODEL_NAME
           
static java.lang.String RT_PHYSICAL_MODEL_VERSION
           
static java.lang.String RT_USER_VDB_DESCRIPTION
           
static java.lang.String RT_USER_VDB_GUID
           
static java.lang.String RT_USER_VDB_NAME
           
static java.lang.String RT_USER_VDB_PRINCIPAL_NAME
           
static java.lang.String RT_VIRTUAL_MODEL_NAME
           
static java.lang.String RT_VIRTUAL_MODEL_VERSION
           
 
Constructor Summary
RuntimeMetadataPropertyNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_NAME

public static final java.lang.String RESOURCE_NAME
The resource name that identifies runtime metadata.

See Also:
Constant Field Values

CONNECTION_FACTORY

public static final java.lang.String CONNECTION_FACTORY
The environment property name for the class that is to be used for the MetadataConnectionFactory implementation. This property is required (there is no default).

See Also:
Constant Field Values

CONNECTION_DRIVER

public static final java.lang.String CONNECTION_DRIVER
The environment property name for the class of the driver. This property is optional.

See Also:
Constant Field Values

CONNECTION_PROTOCOL

public static final java.lang.String CONNECTION_PROTOCOL
The environment property name for the protocol for connecting to the metadata store. This property is optional.

See Also:
Constant Field Values

CONNECTION_DATABASE

public static final java.lang.String CONNECTION_DATABASE
The environment property name for the name of the metadata store database. This property is optional.

See Also:
Constant Field Values

CONNECTION_USERNAME

public static final java.lang.String CONNECTION_USERNAME
The environment property name for the username that is to be used for connecting to the metadata store. This property is optional.

See Also:
Constant Field Values

CONNECTION_PASSWORD

public static final java.lang.String CONNECTION_PASSWORD
The environment property name for the password that is to be used for connecting to the metadata store. This property is optional.

See Also:
Constant Field Values

CONNECTION_POOL_MAXIMUM_AGE

public static final java.lang.String CONNECTION_POOL_MAXIMUM_AGE
The environment property name for the maximum number of milliseconds that a metadata connection may remain unused before it becomes a candidate for garbage collection. This property is optional.

See Also:
Constant Field Values

CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS

public static final java.lang.String CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS
The environment property name for the maximum number of concurrent users of a single metadata connection. This property is optional.

See Also:
Constant Field Values

PERSIST

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

METADATA_SUPPLIER_CLASS_NAME

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

METADATA_RESOURCE_CLASS_NAME

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

RT_VIRTUAL_MODEL_NAME

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

RT_VIRTUAL_MODEL_VERSION

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

RT_PHYSICAL_MODEL_NAME

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

RT_PHYSICAL_MODEL_VERSION

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

RT_USER_VDB_NAME

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

RT_USER_VDB_GUID

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

RT_USER_VDB_PRINCIPAL_NAME

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

RT_USER_VDB_DESCRIPTION

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

RuntimeMetadataPropertyNames

public RuntimeMetadataPropertyNames()


Copyright © 2009. All Rights Reserved.