|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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)
|
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 | |
---|---|
void |
BasicConfiguration.addHost(Host component)
|
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. |
Methods in com.metamatrix.common.config.xml with parameters of type Host | |
---|---|
org.jdom.Element |
XMLHelperImpl.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 | |
---|---|
VMComponentDefn |
ConfigurationManager.createProcess(java.lang.String theProcessName,
java.lang.String portNumber,
Host theHost,
ConfigurationID theConfigId)
Creates a process. |
void |
ConfigurationManager.deleteHost(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.addDeployedService(DeployedComponent theService,
VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Adds a service definition node to the model. |
void |
ConfigurationTreeModel.deleteDeployedProcess(VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Deletes a process 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.modifyDeployedService(DeployedComponent theService,
VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Modifies a service definitions 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.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.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 . |
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)
|
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,
org.teiid.dqp.internal.cache.DQPContextCache cache)
|
|
PlatformTransactionService(Host host)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |