Uses of Interface
com.metamatrix.common.config.api.Host

Packages that use Host
com.metamatrix.common.config   
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.platform.admin.api   
 

Uses of Host in com.metamatrix.common.config
 

Methods in com.metamatrix.common.config that return Host
 Host CurrentConfiguration.getDefaultHost()
          Returns the Host based on the current running machine.
 

Uses of Host in com.metamatrix.common.config.api
 

Methods in com.metamatrix.common.config.api that return Host
 Host ConfigurationObjectEditor.createHost(ConfigurationID configurationID, java.lang.String hostName)
           
 Host ConfigurationObjectEditor.createHost(Configuration configuration, java.lang.String hostName)
           
 Host ConfigurationObjectEditor.createHost(java.lang.String hostName)
          Create a new Host instance with the specified ID.
 Host Configuration.getHost(java.lang.String hostName)
          Returns a Host for the specified host name
 Host ConfigurationModelContainer.getHost(java.lang.String fullName)
          Return a host based on the host name.
 

Methods in com.metamatrix.common.config.api with parameters of type Host
 void ConfigurationObjectEditor.delete(Host target)
          Call to delete a host
 

Uses of Host in com.metamatrix.common.config.model
 

Classes in com.metamatrix.common.config.model that implement Host
 class BasicHost
           
 

Methods in com.metamatrix.common.config.model that return Host
 Host BasicConfigurationObjectEditor.createHost(Configuration configuration, Host original, java.lang.String newName)
           
 Host BasicConfigurationObjectEditor.createHost(ConfigurationID configurationID, java.lang.String hostName)
           
static Host ConfigurationObjectEditorHelper.createHost(Configuration config, java.lang.String hostName)
           
 Host BasicConfigurationObjectEditor.createHost(Configuration configuration, java.lang.String hostName)
           
 Host BasicConfigurationObjectEditor.createHost(java.lang.String hostName)
           
 Host BasicConfiguration.getHost(ComponentDefnID hostID)
           
 Host BasicConfiguration.getHost(java.lang.String hostName)
          Returns a Host for the specified host name
 Host ConfigurationModelContainerImpl.getHost(java.lang.String fullName)
           
 

Methods in com.metamatrix.common.config.model with parameters of type Host
static Configuration ConfigurationObjectEditorHelper.addConfigurationHostComponent(Configuration t, Host host)
           
 void BasicConfiguration.addHost(Host component)
           
static Configuration ConfigurationObjectEditorHelper.addHostComponent(Configuration t, Host host)
           
 Host BasicConfigurationObjectEditor.createHost(Configuration configuration, Host original, java.lang.String newName)
           
 void BasicConfigurationObjectEditor.delete(Host target)
           
 

Uses of Host in com.metamatrix.common.config.xml
 

Methods in com.metamatrix.common.config.xml that return Host
 Host XMLHelper.createHost(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Host configuration object from an XML element that represents a Host.
 Host XMLHelperImpl.createHost(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Host configuration object from an XML element that represents a Host.
 Host XMLConfig_42_HelperImpl.createHost(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Host configuration object from an XML element that represents a Host.
 

Methods in com.metamatrix.common.config.xml with parameters of type Host
 org.jdom.Element XMLConfig_42_HelperImpl.createDeployedHostElement(Host host)
          This method is used to create a Host JDOM Element from a Host object.
 org.jdom.Element XMLHelper.createHostElement(Host host)
          This method is used to create a Host JDOM Element from a Host object.
 org.jdom.Element XMLHelperImpl.createHostElement(Host host)
          This method is used to create a Host JDOM Element from a Host object.
 org.jdom.Element XMLConfig_42_HelperImpl.createHostElement(Host host)
          This method is used to create a Host JDOM Element from a Host object.
 

Uses of Host in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that return Host
 Host ConfigurationAdminAPI.addHost(java.lang.String hostName, java.util.Properties properties)
          Add a host to the Configuration
 Host ConfigurationAdminAPI.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 



Copyright © 2009. All Rights Reserved.