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 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.
 
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

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


Copyright © 2009. All Rights Reserved.