com.metamatrix.common.config
Interface ResourceNames


public interface ResourceNames

ResourceNames defines the different resources that require connection properties. These properties are loaded up by the CurrentConfiguration and made available by calling the method #getResourceProperties. The following are the basis for the names: - CompTypes, excluding connectors (e.g., Config Service, Session Service, etc). - internal operations (e.g., Runtime Metadata, logging, cursors, etc.)


Field Summary
static java.lang.String INDEXING_SERVICE
           
static java.lang.String JGROUPS
           
static java.lang.String MEMBERSHIP_SERVICE
           
static java.lang.String RUNTIME_METADATA_SERVICE
           
static java.lang.String SSL
           
static java.lang.String XA_TRANSACTION_MANAGER
           
 

Field Detail

RUNTIME_METADATA_SERVICE

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

MEMBERSHIP_SERVICE

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

XA_TRANSACTION_MANAGER

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

INDEXING_SERVICE

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

JGROUPS

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

SSL

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


Copyright © 2009. All Rights Reserved.