Uses of Interface
com.collation.platform.model.topology.app.SoftwareModule

Packages that use SoftwareModule
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.app.citrix   
com.collation.platform.model.topology.app.db   
com.collation.platform.model.topology.app.db.db2   
com.collation.platform.model.topology.app.db.mssql   
com.collation.platform.model.topology.app.db.oracle   
com.collation.platform.model.topology.app.db.sybase   
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   
com.collation.platform.model.topology.app.web   
com.collation.platform.model.topology.app.web.apache   
com.collation.platform.model.topology.app.web.iis   
com.collation.platform.model.topology.app.web.iplanet   
com.collation.platform.model.topology.soa   
 

Uses of SoftwareModule in com.collation.platform.model.topology.app
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app
 interface StaticContentModule
          Represents a static module
 

Methods in com.collation.platform.model.topology.app that return SoftwareModule
 SoftwareModule[] AppServer.getModules()
           
 

Methods in com.collation.platform.model.topology.app with parameters of type SoftwareModule
 void AppServer.setModules(SoftwareModule[] modules)
           
 

Uses of SoftwareModule in com.collation.platform.model.topology.app.citrix
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app.citrix
 interface CitrixApplication
           
 

Uses of SoftwareModule in com.collation.platform.model.topology.app.db
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app.db
 interface DatabaseModule
          Represents an instance of a Database Module.
 

Uses of SoftwareModule in com.collation.platform.model.topology.app.db.db2
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app.db.db2
 interface Db2Module
          Represents a DB2 module.
 

Uses of SoftwareModule in com.collation.platform.model.topology.app.db.mssql
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app.db.mssql
 interface SqlServerModule
          Represents a Microsoft SQL Server module.
 

Uses of SoftwareModule in com.collation.platform.model.topology.app.db.oracle
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app.db.oracle
 interface OracleModule
          Represents a Oracle module.
 

Uses of SoftwareModule in com.collation.platform.model.topology.app.db.sybase
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app.db.sybase
 interface SybaseModule
          Represents a Sybase module.
 

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

Subinterfaces of SoftwareModule 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 J2EEApplication
          JSR77 - Represents a J2EE application EAR that has been deployed.
 interface J2EEDeployedObject
          JSR77 - Represents a deployed application or module on a J2EE Domain/Server
 interface J2EEModule
          JSR77 - Represents a J2EE JAR, WAR, or RAR file that has been deployed.
 

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

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

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

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

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

Subinterfaces of SoftwareModule 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 WebLogicJ2EEApplication
          Represents a J2EE application EAR that has been deployed to a WebLogic Server.
 interface WebLogicWebModule
          Represents a WAR file that has been deployed to a WebLogic Server.
 

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

Subinterfaces of SoftwareModule 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 WebSphereJ2EEApplication
          Represents a J2EE application EAR that has been deployed to a WebSphere Server.
 interface WebSphereWebModule
          Represents a WAR file that has been deployed to a WebSphere Server.
 

Uses of SoftwareModule in com.collation.platform.model.topology.app.web
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app.web
 interface CGIScript
          Represents a CGI script.
 interface WebModule
          Represents a Web module such as CGI or servlet.
 interface WebStaticContentModule
          Represents a static Web module
 

Uses of SoftwareModule in com.collation.platform.model.topology.app.web.apache
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app.web.apache
 interface ApacheModule
          Represents an Apache Module which extends the functionality of the base Apache Web Server.
 

Uses of SoftwareModule in com.collation.platform.model.topology.app.web.iis
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app.web.iis
 interface IIsModule
          Represents an IIS module.
 

Uses of SoftwareModule in com.collation.platform.model.topology.app.web.iplanet
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.app.web.iplanet
 interface IPlanetJSP
          Represents an IPlanet JSP 0.92 (not the same as a J2EE JSP)
 interface IPlanetServlet
          Represents an IPlanet servlet (not the same as an J2EE servlet)
 interface NSAPIPlugin
          Represents an NSAPI plugin for an iPlanet server
 interface WebLogicPlugin
          Represents an NSAPI plugin for an iPlanet server
 

Uses of SoftwareModule in com.collation.platform.model.topology.soa
 

Subinterfaces of SoftwareModule in com.collation.platform.model.topology.soa
 interface SCAModule
          A software module in the SCA architecture