com.metamatrix.common.config.model
Class BasicHostType

java.lang.Object
  extended by com.metamatrix.common.namedobject.BasicObject
      extended by com.metamatrix.common.config.model.BasicComponentType
          extended by com.metamatrix.common.config.model.BasicHostType
All Implemented Interfaces:
ComponentType, HostType, ServiceComponentType, BaseObject, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class BasicHostType
extends BasicComponentType
implements HostType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.common.config.model.BasicComponentType
serialVersionUID
 
Fields inherited from interface com.metamatrix.common.config.api.HostType
COMPONENT_TYPE_NAME, HOST_BIND_ADDRESS, HOST_DIRECTORY, HOST_ENABLED, HOST_PHYSICAL_ADDRESS, INSTALL_DIR, LOG_DIRECTORY
 
Fields inherited from interface com.metamatrix.common.config.api.ServiceComponentType
SERVICE_ESSENTIAL, SERVICE_ROUTING_ID
 
Fields inherited from interface com.metamatrix.common.config.api.ComponentType
AUTHPROVIDER_COMPONENT_TYPE_CODE, CONFIGURATION_COMPONENT_TYPE_CODE, CONNECTOR_COMPONENT_TYPE_CODE, DEPLOYED_COMPONENT_TYPE_CODE, HOST_COMPONENT_TYPE_CODE, PRODUCT_COMPONENT_TYPE_CODE, RESOURCE_COMPONENT_TYPE_CODE, SERVICE_COMPONENT_TYPE_CODE, SHARED_RESOURCE_COMPONENT_TYPE_CODE, VM_COMPONENT_TYPE_CODE
 
Constructor Summary
protected BasicHostType(BasicHostType type)
           
 
Method Summary
 java.lang.Object clone()
          Return a deep cloned instance of this object.
 
Methods inherited from class com.metamatrix.common.config.model.BasicComponentType
accept, addComponentTypeDefinition, getComponentTypeCode, getComponentTypeDefinition, getComponentTypeDefinitions, getCreatedBy, getCreatedDate, getCreatedDateString, getDefaultPropertyValues, getDefaultPropertyValues, getDefaultValue, getDescription, getLastChangedBy, getLastChangedDate, getLastChangedDateString, getMaskedPropertyNames, getParentComponentTypeID, getSuperComponentTypeID, isDeployable, isDeprecated, isMonitored, isOfTypeConnector, removeComponentTypeDefinition, setComponentTypeCode, setComponentTypeDefinitions, setCreatedBy, setCreatedDate, setDescription, setIsDeprecated, setLastChangedBy, setLastChangedDate, setParentComponentTypeID, setSuperComponentTypeID
 
Methods inherited from class com.metamatrix.common.namedobject.BasicObject
compareTo, equals, getFullName, getID, getName, hashCode, setID, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.metamatrix.common.config.api.ComponentType
accept, getComponentTypeCode, getComponentTypeDefinition, getComponentTypeDefinitions, getCreatedBy, getCreatedDate, getDefaultPropertyValues, getDefaultPropertyValues, getDefaultValue, getDescription, getLastChangedBy, getLastChangedDate, getMaskedPropertyNames, getParentComponentTypeID, getSuperComponentTypeID, isDeployable, isDeprecated, isMonitored, isOfTypeConnector
 
Methods inherited from interface com.metamatrix.common.namedobject.BaseObject
getFullName, getID, getName
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

BasicHostType

protected BasicHostType(BasicHostType type)
Method Detail

clone

public java.lang.Object clone()
Return a deep cloned instance of this object. Subclasses must override this method.

Specified by:
clone in interface BaseObject
Overrides:
clone in class BasicComponentType
Returns:
the object that is the clone of this instance.


Copyright © 2009. All Rights Reserved.