|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SharedResource
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 |
---|
static final java.lang.String JDBC_COMPONENT_TYPE_NAME
static final ComponentTypeID JDBC_COMPONENT_TYPE_ID
static final java.lang.String JMS_COMPONENT_TYPE_NAME
static final ComponentTypeID JMS_COMPONENT_TYPE_ID
static final java.lang.String MISC_COMPONENT_TYPE_NAME
static final ComponentTypeID MISC_COMPONENT_TYPE_ID
static final java.lang.String SEARCHBASE_COMPONENT_TYPE_NAME
static final ComponentTypeID SEARCHBASE_COMPONENT_TYPE_ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |