com.metamatrix.common.config.api
Class ProductServiceConfigID

java.lang.Object
  extended by com.metamatrix.common.namedobject.BaseID
      extended by com.metamatrix.common.config.api.ComponentObjectID
          extended by com.metamatrix.common.config.api.ComponentDefnID
              extended by com.metamatrix.common.config.api.ProductServiceConfigID
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class ProductServiceConfigID
extends ComponentDefnID

See Also:
Serialized Form

Field Summary
static java.util.Collection ALL_STANDARD_PSC_NAMES
          The Collection of the names of the four build-in, standard PSCs, one for each product type (@see #ALL_PRODUCT_TYPES).
static java.lang.String METAMATRIX_SERVER_QUERY_ENGINE_PSC
          The name of the built-in, Query Engine only PSC of the MetaMatrix Server product
static java.lang.String STANDARD_CONNECTOR_PSC
          The name of the built-in, standard PSC of the Connector product
static java.lang.String STANDARD_METADATA_SERVER_PSC
          The name of the built-in, standard PSC of the MetaData Server product
static java.lang.String STANDARD_METAMATRIX_SERVER_PSC
          The name of the built-in, standard PSC of the MetaMatrix Server product
static java.lang.String STANDARD_PLATFORM_PSC
          The name of the built-in, standard PSC of the Platform product
 
Fields inherited from class com.metamatrix.common.namedobject.BaseID
atomicNames, DELIMITER, fullName, WILDCARD
 
Constructor Summary
ProductServiceConfigID(ConfigurationID configID, java.lang.String name)
           
ProductServiceConfigID(java.lang.String fullName)
           
 
Method Summary
 
Methods inherited from class com.metamatrix.common.namedobject.BaseID
clone, compareTo, compareToByName, computeHashCode, equals, getFullName, getName, getNameComponent, getNameComponents, getParentFullName, hashCode, hasParent, size, toString, updateHashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STANDARD_METAMATRIX_SERVER_PSC

public static final java.lang.String STANDARD_METAMATRIX_SERVER_PSC
The name of the built-in, standard PSC of the MetaMatrix Server product

See Also:
Constant Field Values

METAMATRIX_SERVER_QUERY_ENGINE_PSC

public static final java.lang.String METAMATRIX_SERVER_QUERY_ENGINE_PSC
The name of the built-in, Query Engine only PSC of the MetaMatrix Server product

See Also:
Constant Field Values

STANDARD_METADATA_SERVER_PSC

public static final java.lang.String STANDARD_METADATA_SERVER_PSC
The name of the built-in, standard PSC of the MetaData Server product

See Also:
Constant Field Values

STANDARD_PLATFORM_PSC

public static final java.lang.String STANDARD_PLATFORM_PSC
The name of the built-in, standard PSC of the Platform product

See Also:
Constant Field Values

STANDARD_CONNECTOR_PSC

public static final java.lang.String STANDARD_CONNECTOR_PSC
The name of the built-in, standard PSC of the Connector product

See Also:
Constant Field Values

ALL_STANDARD_PSC_NAMES

public static final java.util.Collection ALL_STANDARD_PSC_NAMES
The Collection of the names of the four build-in, standard PSCs, one for each product type (@see #ALL_PRODUCT_TYPES).

Constructor Detail

ProductServiceConfigID

public ProductServiceConfigID(ConfigurationID configID,
                              java.lang.String name)

ProductServiceConfigID

public ProductServiceConfigID(java.lang.String fullName)


Copyright © 2009. All Rights Reserved.