com.metamatrix.common.config.api
Interface SharedResource

All Superinterfaces:
BaseObject, java.lang.Cloneable, java.lang.Comparable, ComponentObject
All Known Implementing Classes:
BasicSharedResource

public interface SharedResource
extends ComponentObject

Date Oct 21, 2002 A SharedResource represents a definition of behavior for a non-configuration based object. This object type is not dependent upon any specific configuration, but when defined, is shared across all configurations.


Field Summary
static ComponentTypeID JDBC_COMPONENT_TYPE_ID
           
static java.lang.String JDBC_COMPONENT_TYPE_NAME
          The JDBC_RESOURCE_TYPE resource is the generic resource used for majority of the internal resources
static ComponentTypeID JMS_COMPONENT_TYPE_ID
           
static java.lang.String JMS_COMPONENT_TYPE_NAME
          The JMS_RESOURCE_TYPE resource is used to define jms resources.
static ComponentTypeID MISC_COMPONENT_TYPE_ID
           
static java.lang.String MISC_COMPONENT_TYPE_NAME
          The MISC_RESOURCE_TYPE resource is used to define resources that need any specific type association.
static ComponentTypeID SEARCHBASE_COMPONENT_TYPE_ID
           
static java.lang.String SEARCHBASE_COMPONENT_TYPE_NAME
          The SEARCHBASE_RESOURCE_TYPE resource is used to define external searchbase resources.
 
Method Summary
 
Methods inherited from interface com.metamatrix.common.config.api.ComponentObject
accept, getComponentTypeID, getCreatedBy, getCreatedDate, getDescription, getLastChangedBy, getLastChangedDate, getName, getProperties, getProperty, isDependentUpon
 
Methods inherited from interface com.metamatrix.common.namedobject.BaseObject
clone, getFullName, getID
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

JDBC_COMPONENT_TYPE_NAME

static final java.lang.String JDBC_COMPONENT_TYPE_NAME
The JDBC_RESOURCE_TYPE resource is the generic resource used for majority of the internal resources

See Also:
Constant Field Values

JDBC_COMPONENT_TYPE_ID

static final ComponentTypeID JDBC_COMPONENT_TYPE_ID

JMS_COMPONENT_TYPE_NAME

static final java.lang.String JMS_COMPONENT_TYPE_NAME
The JMS_RESOURCE_TYPE resource is used to define jms resources.

See Also:
Constant Field Values

JMS_COMPONENT_TYPE_ID

static final ComponentTypeID JMS_COMPONENT_TYPE_ID

MISC_COMPONENT_TYPE_NAME

static final java.lang.String MISC_COMPONENT_TYPE_NAME
The MISC_RESOURCE_TYPE resource is used to define resources that need any specific type association.

See Also:
Constant Field Values

MISC_COMPONENT_TYPE_ID

static final ComponentTypeID MISC_COMPONENT_TYPE_ID

SEARCHBASE_COMPONENT_TYPE_NAME

static final java.lang.String SEARCHBASE_COMPONENT_TYPE_NAME
The SEARCHBASE_RESOURCE_TYPE resource is used to define external searchbase resources.

See Also:
Constant Field Values

SEARCHBASE_COMPONENT_TYPE_ID

static final ComponentTypeID SEARCHBASE_COMPONENT_TYPE_ID


Copyright © 2009. All Rights Reserved.