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

Packages that use SoftwareContainer
com.collation.platform.model.topology.app   
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.iplanet   
 

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

Subinterfaces of SoftwareContainer in com.collation.platform.model.topology.app
 interface JVMContainer
          Represents a Java Virtual Machine
 interface ProcessContainer
          Represents a generic process.
 

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

Methods in com.collation.platform.model.topology.app with parameters of type SoftwareContainer
 void AppServer.setContainers(SoftwareContainer[] containers)
           
 

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

Subinterfaces of SoftwareContainer in com.collation.platform.model.topology.app.j2ee
 interface EJBContainer
          A Software Container that hosts J2EE Enterprise Java Beans.
 interface J2EEWebContainer
          A Web Container that provides the platform for hosting JSP and servlets as specified in the J2EE specification.
 

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

Subinterfaces of SoftwareContainer in com.collation.platform.model.topology.app.j2ee.jboss
 interface EmbeddedTomcatWebContainer
          EmbeddedTomcatWebContainer
 interface JettyWebContainer
          JettyWebContainer
 

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

Subinterfaces of SoftwareContainer in com.collation.platform.model.topology.app.j2ee.oracleapp
 interface OracleAppJSPContainer
          OracleAppJSPContainer
 

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

Subinterfaces of SoftwareContainer in com.collation.platform.model.topology.app.j2ee.weblogic
 interface WebLogicEJBContainer
          A WebLogic EJB Container.
 interface WebLogicWebContainer
          A WebLogic Web Container.
 

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

Subinterfaces of SoftwareContainer in com.collation.platform.model.topology.app.j2ee.websphere
 interface WebSphereEJBContainer
          A WebSphere EJB Container.
 interface WebSphereWebContainer
          A WebSphere Web Container.
 

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

Subinterfaces of SoftwareContainer in com.collation.platform.model.topology.app.web
 interface WebContainer
          A Software Container that hosts Web applications.
 

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

Subinterfaces of SoftwareContainer in com.collation.platform.model.topology.app.web.apache
 interface ApacheWebContainer
          Represents the Apache Web Container environment inside an Apache Server.
 

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

Subinterfaces of SoftwareContainer in com.collation.platform.model.topology.app.web.iplanet
 interface IPlanetWebContainer
          Represents the IPlanet Web Container environment inside an IPlanet Server.