Uses of Interface
com.collation.platform.model.topology.app.j2ee.J2EEModule

Packages that use J2EEModule
com.collation.platform.model.topology.app.j2ee   
com.collation.platform.model.topology.app.j2ee.jboss   
com.collation.platform.model.topology.app.j2ee.oracleapp   
com.collation.platform.model.topology.app.j2ee.weblogic   
com.collation.platform.model.topology.app.j2ee.websphere   
 

Uses of J2EEModule in com.collation.platform.model.topology.app.j2ee
 

Subinterfaces of J2EEModule in com.collation.platform.model.topology.app.j2ee
 interface AppClientModule
          JSR77 - Represents an App Client Module
 interface ConnectorModule
          JSR77 - Represents a RAR file that has been deployed.
 interface EJBModule
          JSR77 - Represents a EJB JAR file that has been deployed.
 interface WebModule
          JSR77 - Represents a WAR file that has been deployed.
 

Methods in com.collation.platform.model.topology.app.j2ee that return J2EEModule
 J2EEModule[] J2EEApplication.getComponents()
           
 J2EEModule J2EEComponent.getParent()
           
 

Methods in com.collation.platform.model.topology.app.j2ee with parameters of type J2EEModule
 void J2EEApplication.setComponents(J2EEModule[] comps)
           
 void J2EEComponent.setParent(J2EEModule parent)
           
 

Uses of J2EEModule in com.collation.platform.model.topology.app.j2ee.jboss
 

Subinterfaces of J2EEModule in com.collation.platform.model.topology.app.j2ee.jboss
 interface JBossConnectorModule
          JBoss Connector Modules
 interface JBossEJBModule
          EJBModule - jar
 interface JBossWebModule
          WebModule
 

Methods in com.collation.platform.model.topology.app.j2ee.jboss that return J2EEModule
 J2EEModule[] JettyWebContainer.getWebModule()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.jboss with parameters of type J2EEModule
 void JettyWebContainer.setWebModule(J2EEModule[] connector)
           
 

Uses of J2EEModule in com.collation.platform.model.topology.app.j2ee.oracleapp
 

Subinterfaces of J2EEModule in com.collation.platform.model.topology.app.j2ee.oracleapp
 interface OracleAppConnectorModule
          OracleAppConnectorModule
 interface OracleAppEJBModule
          OracleAppEJBModule
 interface OracleAppWebModule
          OracleAppWebModule
 

Uses of J2EEModule in com.collation.platform.model.topology.app.j2ee.weblogic
 

Subinterfaces of J2EEModule in com.collation.platform.model.topology.app.j2ee.weblogic
 interface WebLogicConnectorModule
          Represents a RAR file that has been deployed to a WebLogic Server.
 interface WebLogicEJBModule
          Represents a EJB JAR file that has been deployed to a WebLogic Server.
 interface WebLogicWebModule
          Represents a WAR file that has been deployed to a WebLogic Server.
 

Uses of J2EEModule in com.collation.platform.model.topology.app.j2ee.websphere
 

Subinterfaces of J2EEModule in com.collation.platform.model.topology.app.j2ee.websphere
 interface WebSphereConnectorModule
          Represents a RAR file that has been deployed to a WebSphere Server.
 interface WebSphereEJBModule
          Represents a EJB JAR file that has been deployed to a WebSphere Server.
 interface WebSphereWebModule
          Represents a WAR file that has been deployed to a WebSphere Server.