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.
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 java.lang.Comparable |
compareTo |
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.