com.metamatrix.dqp.service
Interface DQPServiceNames


public interface DQPServiceNames

Defines constants used for naming DQP services.


Field Summary
static java.lang.Class[] ALL_SERVICE_CLASSES
           
static java.lang.String[] ALL_SERVICES
          Array of all services a DQP may use.
static java.lang.String AUTHORIZATION_SERVICE
          Authorization service - provides access to entitlements info
static java.lang.String BUFFER_SERVICE
          Buffer service - provides access to buffer management
static java.lang.String CONFIGURATION_SERVICE
          Configuration Service - provides access to Configuration
static java.lang.String DATA_SERVICE
          Data service - provides access to data via connectors
static java.lang.String METADATA_SERVICE
          Metadata service - provides acecss to runtime metadata
static java.lang.String REGISTRY_SERVICE
           
static java.lang.String[] SERVICE_LOGGING_CONTEXT
           
static java.lang.String TRACKING_SERVICE
          Tracking service - provides access to vdb information
static java.lang.String TRANSACTION_SERVICE
          Transaction service - provides access to MMTtransactionManager
static java.lang.String VDB_SERVICE
          VDB service - provides access to vdb information
 

Field Detail

BUFFER_SERVICE

static final java.lang.String BUFFER_SERVICE
Buffer service - provides access to buffer management

See Also:
Constant Field Values

METADATA_SERVICE

static final java.lang.String METADATA_SERVICE
Metadata service - provides acecss to runtime metadata

See Also:
Constant Field Values

DATA_SERVICE

static final java.lang.String DATA_SERVICE
Data service - provides access to data via connectors

See Also:
Constant Field Values

AUTHORIZATION_SERVICE

static final java.lang.String AUTHORIZATION_SERVICE
Authorization service - provides access to entitlements info

See Also:
Constant Field Values

VDB_SERVICE

static final java.lang.String VDB_SERVICE
VDB service - provides access to vdb information

See Also:
Constant Field Values

TRACKING_SERVICE

static final java.lang.String TRACKING_SERVICE
Tracking service - provides access to vdb information

See Also:
Constant Field Values

TRANSACTION_SERVICE

static final java.lang.String TRANSACTION_SERVICE
Transaction service - provides access to MMTtransactionManager

See Also:
Constant Field Values

CONFIGURATION_SERVICE

static final java.lang.String CONFIGURATION_SERVICE
Configuration Service - provides access to Configuration

See Also:
Constant Field Values

REGISTRY_SERVICE

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

ALL_SERVICES

static final java.lang.String[] ALL_SERVICES
Array of all services a DQP may use.


ALL_SERVICE_CLASSES

static final java.lang.Class[] ALL_SERVICE_CLASSES

SERVICE_LOGGING_CONTEXT

static final java.lang.String[] SERVICE_LOGGING_CONTEXT


Copyright © 2009. All Rights Reserved.