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

Packages that use Host
com.metamatrix.common.comm.platform.socket   
com.metamatrix.common.config   
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.deploy.event   
com.metamatrix.console.ui.views.deploy.model   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.config.api.service   
com.metamatrix.platform.config.service   
com.metamatrix.platform.config.spi.xml   
com.metamatrix.platform.vm.controller   
com.metamatrix.server   
com.metamatrix.server.dqp.config   
com.metamatrix.server.dqp.service   
 

Uses of Host in com.metamatrix.common.comm.platform.socket
 

Constructors in com.metamatrix.common.comm.platform.socket with parameters of type Host
SocketVMController(Host host, java.lang.String processName, ClusteredRegistryState registry, ServerEvents serverEvents, MessageBus bus, HostManagement hostManagement)
           
 

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 ConfigurationModelContainer.getHost(java.lang.String fullName)
          Return a host based on the host name.
 Host Configuration.getHost(java.lang.String hostName)
          Returns a Host for the specified 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 ConfigurationModelContainerImpl.getHost(java.lang.String fullName)
           
 Host BasicConfiguration.getHost(java.lang.String hostName)
          Returns a Host for the specified host name
 

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 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 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 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 XMLHelperImpl.createHostElement(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 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.console.models
 

Methods in com.metamatrix.console.models that return Host
 Host ConfigurationManager.createHost(java.lang.String theHostName)
          Creates a host.
 Host ConfigurationManager.getHost(java.lang.String hostFullName, ConfigurationID configID)
           
 Host ConfigurationManager.getHost(VMComponentDefn theProcess)
           
 Host ConfigurationManager.modifyHost(Host theHost, java.util.Properties theProperties)
           
 

Methods in com.metamatrix.console.models with parameters of type Host
 void ConfigurationManager.changeDeployedPsc(ProductServiceConfig theOldPsc, ProductServiceConfig theNewPsc, VMComponentDefn theProcess, Host theHost, ConfigurationID theConfigId)
          Changes the deployed PSC for a given process.
 VMComponentDefn ConfigurationManager.createProcess(java.lang.String theProcessName, java.lang.String portNumber, Host theHost, ConfigurationID theConfigId)
          Creates a process.
 void ConfigurationManager.deleteDeployedPsc(ProductServiceConfig thePsc, VMComponentDefn theProcess, Host theHost, ConfigurationID theConfigId)
           
 void ConfigurationManager.deleteHost(Host theHost, ConfigurationID theConfigId)
           
 void ConfigurationManager.deployPsc(ProductServiceConfig thePsc, VMComponentDefn theProcess, Host theHost, ConfigurationID theConfigId)
           
 java.util.Collection ConfigurationManager.getHostProcesses(Host theHost, ConfigurationID theConfigId)
           
 Host ConfigurationManager.modifyHost(Host theHost, java.util.Properties theProperties)
           
 

Uses of Host in com.metamatrix.console.ui.views.deploy.event
 

Methods in com.metamatrix.console.ui.views.deploy.event that return Host
 Host ConfigurationChangeEvent.getHost()
          Gets the host if either a host was the event source or an ancestor.
 

Uses of Host in com.metamatrix.console.ui.views.deploy.model
 

Methods in com.metamatrix.console.ui.views.deploy.model that return Host
 Host ConfigurationTreeModel.HostWrapper.getHost()
           
 

Methods in com.metamatrix.console.ui.views.deploy.model with parameters of type Host
 void ConfigurationTreeModel.addDeployedHost(Host theHost, Configuration theConfig)
          Adds a host node to the model.
 void ConfigurationTreeModel.addDeployedProcess(VMComponentDefn theProcess, Host theHost, Configuration theConfig)
          Adds a process node to the model.
 void ConfigurationTreeModel.addDeployedPsc(ProductServiceConfig thePsc, VMComponentDefn theProcess, Host theHost, Configuration theConfig)
          Adds a deployed PSC node to the model.
 void ConfigurationTreeModel.deleteDeployedProcess(VMComponentDefn theProcess, Host theHost, Configuration theConfig)
          Deletes a process node from the model.
 void ConfigurationTreeModel.deleteDeployedPsc(ProductServiceConfig thePsc, VMComponentDefn theProcess, Host theHost, Configuration theConfig)
          Deletes a deployed PSC node from the model.
 void ConfigurationTreeModel.deleteHost(Host theHost, Configuration theConfig)
          Deletes a host node from the model.
 void ConfigurationTreeModel.modifyDeployedProcess(VMComponentDefn theProcess, Host theHost, Configuration theConfig)
          Modifies a deployed host node in the model.
 void ConfigurationTreeModel.modifyHost(Host theHost, Configuration theConfig)
          Modifies a host node in the model.
 

Constructors in com.metamatrix.console.ui.views.deploy.model with parameters of type Host
ConfigurationTreeModel.HostWrapper(Host theHost, Configuration theConfig)
           
 

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.
 

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

Methods in com.metamatrix.platform.admin.apiimpl that return Host
 Host ConfigurationAdminAPIImpl.addHost(java.lang.String hostName, java.util.Properties properties)
           
 Host ConfigurationAdminAPIImpl.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 

Uses of Host in com.metamatrix.platform.config.api.service
 

Methods in com.metamatrix.platform.config.api.service that return Host
 Host ConfigurationServiceInterface.addHost(java.lang.String hostName, java.lang.String principalName, java.util.Properties properties)
          Add Host to Configuration Add a new Host to the System (MetaMatrix Cluster)
 Host ConfigurationServiceInterface.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 

Methods in com.metamatrix.platform.config.api.service with parameters of type Host
 java.util.Collection ConfigurationServiceInterface.deployPSC(Host theHost, VMComponentDefn theProcess, java.lang.String pscName, java.lang.String principalName)
          Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM.
 

Uses of Host in com.metamatrix.platform.config.service
 

Methods in com.metamatrix.platform.config.service that return Host
 Host ConfigurationServiceImpl.addHost(java.lang.String hostName, java.lang.String principalName, java.util.Properties properties)
           
 Host ConfigurationServiceImpl.getHost(HostID hostID)
           
 

Methods in com.metamatrix.platform.config.service with parameters of type Host
 java.util.Collection ConfigurationServiceImpl.deployPSC(Host theHost, VMComponentDefn theProcess, java.lang.String pscName, java.lang.String principalName)
          Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM.
 

Uses of Host in com.metamatrix.platform.config.spi.xml
 

Methods in com.metamatrix.platform.config.spi.xml that return Host
 Host XMLConfigurationReader.getHost(HostID hostID)
           
 

Uses of Host in com.metamatrix.platform.vm.controller
 

Fields in com.metamatrix.platform.vm.controller declared as Host
protected  Host ProcessController.host
           
 

Methods in com.metamatrix.platform.vm.controller that return Host
 Host ProcessController.getConfigHost()
           
 

Constructors in com.metamatrix.platform.vm.controller with parameters of type Host
ProcessController(Host host, java.lang.String processname, ClusteredRegistryState registry, ServerEvents serverEvents, MessageBus bus, HostManagement hostManagement)
          Create a new instance of VMController.
 

Uses of Host in com.metamatrix.server
 

Constructors in com.metamatrix.server with parameters of type Host
HostController(Host host, ClusteredRegistryState registry, HostMonitor hostMonitor, MessageBus bus)
           
 

Uses of Host in com.metamatrix.server.dqp.config
 

Constructors in com.metamatrix.server.dqp.config with parameters of type Host
PlatformConfigSource(java.util.Properties queryServiceProps, java.util.Properties currentConfiguration, java.lang.Object clientId, Host host, java.lang.String processName)
           
 

Uses of Host in com.metamatrix.server.dqp.service
 

Constructors in com.metamatrix.server.dqp.service with parameters of type Host
PlatformBufferService(Host host, java.lang.String processName)
           
PlatformTransactionService(Host host)
           
 



Copyright © 2009. All Rights Reserved.