com.intellij.j2ee.run.configuration
Interface CommonModel

All Superinterfaces:
java.lang.Cloneable, JDOMExternalizable, RunConfiguration, RunProfile

public interface CommonModel
extends RunConfiguration


Method Summary
 ApplicationServer getApplicationServer()
           
 DeploymentModel getDeploymentModel(J2EEModuleProperties moduleProperties)
           
 java.lang.String getHost()
           
 AppServerIntegration getIntegration()
           
 int getPort()
           
 ServerModel getServerModel()
           
 void initialize()
           
 boolean isLocal()
           
 
Methods inherited from interface com.intellij.execution.configurations.RunConfiguration
clone, createRunnerSettings, getConfigurationEditor, getFactory, getProject, getRunnerSettingsEditor, getType, setName
 
Methods inherited from interface com.intellij.execution.configurations.RunProfile
checkConfiguration, getModules, getName, getState
 
Methods inherited from interface com.intellij.openapi.util.JDOMExternalizable
readExternal, writeExternal
 

Method Detail

getDeploymentModel

DeploymentModel getDeploymentModel(J2EEModuleProperties moduleProperties)

getIntegration

AppServerIntegration getIntegration()

isLocal

boolean isLocal()

getApplicationServer

ApplicationServer getApplicationServer()

getHost

java.lang.String getHost()

getPort

int getPort()

getServerModel

ServerModel getServerModel()

initialize

void initialize()