com.metamatrix.common.config.api
Interface VMComponentDefn

All Superinterfaces:
BaseObject, java.lang.Cloneable, java.lang.Comparable, ComponentDefn, ComponentObject
All Known Implementing Classes:
BasicVMComponentDefn

public interface VMComponentDefn
extends ComponentDefn


Field Summary
static ComponentTypeID VM_COMPONENT_TYPE_ID
           
 
Fields inherited from interface com.metamatrix.common.config.api.ComponentDefn
AUTHPROVIDER_COMPONENT_CODE, CONFIGURATION_COMPONENT_CODE, CONNECTOR_COMPONENT_CODE, DEPLOYED_COMPONENT_CODE, HOST_COMPONENT_CODE, PRODUCT_COMPONENT_CODE, RESOURCE_DESCRIPTOR_COMPONENT_CODE, SERVICE_COMPONENT_CODE, SHARED_RESOURCE_COMPONENT_CODE, VM_COMPONENT_CODE
 
Method Summary
 java.lang.String getBindAddress()
          Return the address that should be used to bind to the vm
 HostID getHostID()
           
 java.lang.String getPort()
           
 boolean isEnabled()
          Returns true if the component object is enabled for use.
 
Methods inherited from interface com.metamatrix.common.config.api.ComponentDefn
getConfigurationID, isEssential
 
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

VM_COMPONENT_TYPE_ID

static final ComponentTypeID VM_COMPONENT_TYPE_ID
Method Detail

getHostID

HostID getHostID()

isEnabled

boolean isEnabled()
Description copied from interface: ComponentDefn
Returns true if the component object is enabled for use.

Specified by:
isEnabled in interface ComponentDefn
Returns:

getPort

java.lang.String getPort()

getBindAddress

java.lang.String getBindAddress()
Return the address that should be used to bind to the vm

Returns:
Since:
4.3


Copyright © 2009. All Rights Reserved.