com.metamatrix.common.config.api
Interface HostType
- All Superinterfaces:
- BaseObject, java.lang.Cloneable, java.lang.Comparable, ComponentType, ServiceComponentType
- All Known Implementing Classes:
- BasicHostType
public interface HostType
- extends ServiceComponentType
The ConnectorComponentType represents the connector ComponentType.
| Methods inherited from interface com.metamatrix.common.config.api.ComponentType |
accept, getComponentTypeCode, getComponentTypeDefinition, getComponentTypeDefinitions, getCreatedBy, getCreatedDate, getDefaultPropertyValues, getDefaultValue, getDescription, getLastChangedBy, getLastChangedDate, getMaskedPropertyNames, getParentComponentTypeID, getSuperComponentTypeID, isDeployable, isDeprecated, isMonitored, isOfConnectorProductType, isOfTypeConnector, isOfTypeXAConnector |
| Methods inherited from interface java.lang.Comparable |
compareTo |
COMPONENT_TYPE_NAME
static final java.lang.String COMPONENT_TYPE_NAME
- See Also:
- Constant Field Values
INSTALL_DIR
static final java.lang.String INSTALL_DIR
- See Also:
- Constant Field Values
LOG_DIRECTORY
static final java.lang.String LOG_DIRECTORY
- See Also:
- Constant Field Values
HOST_DIRECTORY
static final java.lang.String HOST_DIRECTORY
- See Also:
- Constant Field Values
HOST_ENABLED
static final java.lang.String HOST_ENABLED
- See Also:
- Constant Field Values
HOST_BIND_ADDRESS
static final java.lang.String HOST_BIND_ADDRESS
- When specified, indicates what address the host will be bound to. If this
is not specified, then the host (logical) name will be used.
- See Also:
- Constant Field Values
HOST_PHYSICAL_ADDRESS
static final java.lang.String HOST_PHYSICAL_ADDRESS
- The physical address represents a resolvable address for which the host can
be found. This may or may not be the same as the host name.
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.