org.teiid.rhq.plugin.util
Interface PluginConstants

All Known Implementing Classes:
DQPManagementView

public interface PluginConstants

These are the Constants that used in conjunction with using the

Since:
5.5.3

Nested Class Summary
static interface PluginConstants.ComponentType
          Use these component type names when calling Connection related methods that require the type.
static interface PluginConstants.Metric
          Use these metric names when calling getValues() on the connection interface.
static interface PluginConstants.Operation
          Use these operation names when calling executeOperation() on the connection interface.
 
Field Summary
static java.lang.String DEFAULT_LOGGER_CATEGORY
          Log4j log category to use
static java.lang.String PROFILE_SERVICE
          These are global properties used by all components
 

Field Detail

PROFILE_SERVICE

static final java.lang.String PROFILE_SERVICE
These are global properties used by all components

See Also:
Constant Field Values

DEFAULT_LOGGER_CATEGORY

static final java.lang.String DEFAULT_LOGGER_CATEGORY
Log4j log category to use

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.