|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppServerIntegration | |
|---|---|
| com.intellij.j2ee.appServerIntegrations | Provides basic interfaces describing an application server integrated with IDEA. |
| com.intellij.j2ee.dataSource | Provides interfaces and classes related to the configuration of J2EE data sources. |
| com.intellij.j2ee.j2eeDom | Provides the Document Object Model for the J2EE configuration files (module properties, deployment descriptors and so on). |
| com.intellij.j2ee.run.configuration | Provides interfaces for reusing and extending the J2EE module run configurations. |
| com.intellij.j2ee.serverInstances | Provides interfaces for working with running instances of J2EE application servers. |
| Uses of AppServerIntegration in com.intellij.j2ee.appServerIntegrations |
|---|
| Methods in com.intellij.j2ee.appServerIntegrations that return AppServerIntegration | |
|---|---|
AppServerIntegration |
ApplicationServer.getSourceIntegration()
|
| Methods in com.intellij.j2ee.appServerIntegrations with parameters of type AppServerIntegration | |
|---|---|
void |
AppServerIntegrationListener.onBeforeChange(AppServerIntegration oldIntegration,
AppServerIntegration newIntegration)
|
void |
AppServerIntegrationListener.onIntegrationChanged(AppServerIntegration oldIntegration,
AppServerIntegration newIntegration)
|
| Uses of AppServerIntegration in com.intellij.j2ee.dataSource |
|---|
| Constructors in com.intellij.j2ee.dataSource with parameters of type AppServerIntegration | |
|---|---|
DataSourceAddFromServerAction(AppServerIntegration integration,
J2EEServerInstance instance,
Project project)
|
|
| Uses of AppServerIntegration in com.intellij.j2ee.j2eeDom |
|---|
| Methods in com.intellij.j2ee.j2eeDom that return AppServerIntegration | |
|---|---|
abstract AppServerIntegration |
J2EEModuleProperties.getAppServerIntegration()
|
| Uses of AppServerIntegration in com.intellij.j2ee.run.configuration |
|---|
| Methods in com.intellij.j2ee.run.configuration that return AppServerIntegration | |
|---|---|
AppServerIntegration |
CommonModel.getIntegration()
|
| Methods in com.intellij.j2ee.run.configuration with parameters of type AppServerIntegration | |
|---|---|
abstract RunConfiguration |
J2EEConfigurationFactory.createJ2EERunConfiguration(ConfigurationFactory factory,
Project project,
ServerModel serverSpecific,
AppServerIntegration integration,
boolean isLocal,
ExecutableObjectStartupPolicy startupPolicy)
|
abstract RunConfiguration |
J2EEConfigurationFactory.createJ2EERunConfiguration(ConfigurationFactory factory,
Project project,
ServerModel serverSpecific,
AppServerIntegration integration,
boolean isLocal,
JavaCommandLineStartupPolicy startupPolicy)
|
| Uses of AppServerIntegration in com.intellij.j2ee.serverInstances |
|---|
| Methods in com.intellij.j2ee.serverInstances that return AppServerIntegration | |
|---|---|
AppServerIntegration |
J2EEServerInstance.getIntegration()
|
AppServerIntegration |
DefaultServerInstance.getIntegration()
|
| Methods in com.intellij.j2ee.serverInstances with parameters of type AppServerIntegration | |
|---|---|
abstract ApplicationServer |
ApplicationServersManager.editApplicationServers(javax.swing.JPanel panel,
AppServerIntegration integration,
ApplicationServer current)
|
abstract java.util.List<ApplicationServer> |
ApplicationServersManager.getApplicationServers(AppServerIntegration[] integrations)
|
java.util.List<ApplicationServer> |
ApplicationServersManager.ApplicationServersManagerModifiableModel.getCurrentList(AppServerIntegration[] integrations)
|
abstract ApplicationServer |
ApplicationServersManager.getDefaultFor(AppServerIntegration integration)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||