|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentType
| Field Summary | |
|---|---|
static int |
AUTHPROVIDER_COMPONENT_TYPE_CODE
|
static int |
CONFIGURATION_COMPONENT_TYPE_CODE
|
static int |
CONNECTOR_COMPONENT_TYPE_CODE
|
static int |
DEPLOYED_COMPONENT_TYPE_CODE
|
static int |
HOST_COMPONENT_TYPE_CODE
|
static int |
PRODUCT_COMPONENT_TYPE_CODE
|
static int |
PSC_COMPONENT_TYPE_CODE
|
static int |
RESOURCE_COMPONENT_TYPE_CODE
|
static int |
SERVICE_COMPONENT_TYPE_CODE
|
static int |
VM_COMPONENT_TYPE_CODE
|
| Method Summary | |
|---|---|
void |
accept(ConfigurationVisitor visitor)
|
int |
getComponentTypeCode()
Returns int indicating the component type code; |
ComponentTypeDefn |
getComponentTypeDefinition(java.lang.String name)
Returns the ComponentTypeDefn
for the specified name |
java.util.Collection |
getComponentTypeDefinitions()
Returns the Collection of ComponentTypeDefns
that are defined for this component type |
java.lang.String |
getCreatedBy()
Returns the principal who created this type |
java.util.Date |
getCreatedDate()
Returns a string version of the Date this type was created |
java.util.Properties |
getDefaultPropertyValues()
Returns the default values for this component type. |
java.lang.String |
getDefaultValue(java.lang.String propertyName)
Returns the String representation of the default
value for the requested property. |
java.lang.String |
getDescription()
Returns the description, if it has one, of the component type |
java.lang.String |
getLastChangedBy()
Returns the principal who last modified this type |
java.util.Date |
getLastChangedDate()
Returns a string version of the this type was last changed |
java.util.Collection |
getMaskedPropertyNames()
Returns the List |
ComponentTypeID |
getParentComponentTypeID()
Returns the parent component type id |
ComponentTypeID |
getSuperComponentTypeID()
Returns the super component type id |
boolean |
isDeployable()
Returns true is the component type is considered deployable within a configuration. |
boolean |
isDeprecated()
Returns true if this component type is no longer used |
boolean |
isMonitored()
Returns true if this component type is monitored |
boolean |
isOfConnectorProductType()
Returns true if this component type is a member of the connectors product type based on |
boolean |
isOfTypeConnector()
Returns true if this component type is a connector type |
boolean |
isOfTypeXAConnector()
Returns true if this component type is a XA connector type. |
| Methods inherited from interface com.metamatrix.common.namedobject.BaseObject |
|---|
clone, getFullName, getID, getName |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
static final int CONFIGURATION_COMPONENT_TYPE_CODE
static final int SERVICE_COMPONENT_TYPE_CODE
static final int CONNECTOR_COMPONENT_TYPE_CODE
static final int PRODUCT_COMPONENT_TYPE_CODE
static final int RESOURCE_COMPONENT_TYPE_CODE
static final int VM_COMPONENT_TYPE_CODE
static final int PSC_COMPONENT_TYPE_CODE
static final int HOST_COMPONENT_TYPE_CODE
static final int DEPLOYED_COMPONENT_TYPE_CODE
static final int AUTHPROVIDER_COMPONENT_TYPE_CODE
| Method Detail |
|---|
java.util.Collection getComponentTypeDefinitions()
Collection of ComponentTypeDefns
that are defined for this component type
ComponentTypeDefn getComponentTypeDefinition(java.lang.String name)
ComponentTypeDefn
for the specified name
java.util.Properties getDefaultPropertyValues()
java.util.Collection getMaskedPropertyNames()
java.lang.String getDefaultValue(java.lang.String propertyName)
String representation of the default
value for the requested property.
propertyName -
ComponentTypeID getParentComponentTypeID()
ComponentTypeID getSuperComponentTypeID()
int getComponentTypeCode()
boolean isDeployable()
boolean isDeprecated()
boolean isMonitored()
boolean isOfConnectorProductType()
boolean isOfTypeConnector()
boolean isOfTypeXAConnector()
true, then @link #isOfTypeConnector()
will also be true. However, @link #isOfTypeConnector() can be true
and this can be false.
java.lang.String getCreatedBy()
java.util.Date getCreatedDate()
java.lang.String getLastChangedBy()
java.util.Date getLastChangedDate()
java.lang.String getDescription()
void accept(ConfigurationVisitor visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||